.about-tab-active {
    display: flex !important;
}

.vacancies-info {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
}

.vacancies-info-container {
    max-width: 1130px;
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    height: 300px;
    position: relative;
    border-radius: 30px;
}

.vacancies-info-card {
    position: absolute;
    width: 100%;
    height: 375px;
    border-radius: 30px;
    top: -88px;
    left: 50%;
    transform: translate(-50%);
    background-color: #FFFFFF;
    box-shadow: 0px 6px 35px 0px #829DBC26;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.vacancies-info-card-body {
    display: flex;
    flex-direction: column;
    width: 40%;
    gap: 40px;
}

.vacancies-info-card-body h4 {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    color: #056DFA;
}

.vacancies-info-card-body p {
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #13307E;
    opacity: 0.5;
}

.vacancies-info-card-img {
    width: 40%;
}

.vacancies-info-card-img img {
    width: 100%;
    height: 275px;
    object-fit: contain;
    border-radius: 30px;
}

.vacancies {
    padding-top: 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.vacancies-heading {
    display: flex;
    justify-content: center;
}

.vacancies-heading h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0em;
    color: #056DFA;
}

.vacancies-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.vacancy-card {
    width: 440px;
    height: 211px;
    border-radius: 16px;
    border: 1px solid #056DFA;
    display: flex;
    justify-content: center;
}

.no-vacancies-card {
    width: 100%;
    height: 80px;
    border-radius: 16px;
    border: 1px solid #13307E;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-vacancies-card span {
    font-size: 1rem;
    font-weight: 600;
    color: #13307E;
}

.vacancy-card-container {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
}

.vacancy-card-heading sub {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    color: #13307E;
}

.vacancy-card-type sub {
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    color: #056DFA;
}

.vacancy-card-date {
    display: flex;
    width: 101px;
    height: 24px;
    justify-content: space-between;
}

.vacancy-card-date img {
    width: 24px;
    height: 24px;
}

.vacancy-card-date span {
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: #13307E;
}

.vacancy-card-button {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.vacancy-card-button button {
    cursor: pointer;
    width: Hug (80px);
    height: Hug (24px);
    gap: 10px;
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    color: #056DFA;

}