.container-job-vacancy {
    padding: 62px 59px 59px 52px;
    min-height: 340px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #F8F8F8;
    box-shadow: 0px 4px 20px 0px rgba(0, 59, 85, 0.08);
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
    .container-job-vacancy:hover {
        background: #E0F6FF;
    }

.text-container {
    display: flex;
    flex-direction: column;
    max-width: 458px;
    gap: 16px;
    align-items: center;
    justify-content: center;
}
.title-job-vacancy {
    color: var(--bsi-primary-800, #0C435A);
    text-align: center;
    font-family: Trebuchet MS;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    max-width: 458px;
}
.subtitle-job-vacancy {
    color: var(--neutral-600, #425F80);
    text-align: center;
    font-family: Trebuchet MS;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 458px;
}
.btn-job-vacancy {
    padding: 16px 32px;
    border-radius: 99px;
    background: var(--bsi-primary-500, #27AAE2);
    color: var(--neutral-100, #FAFCFE);
    text-align: center;
    font-family: Trebuchet MS;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
@media(max-width: 960px) {
    .container-job-vacancy {
        padding: 32px;
        min-height: 240px;
        gap: 40px;
    }
    .title-job-vacancy {
        font-size: 24px;
        line-height: 32px;
    }
    .subtitle-job-vacancy {
        font-size: 16px;
        line-height: 24px;
    }
    .btn-learn-more {
        padding: 12px 24px;
        font-size: 14px;
        font-size: 14px;
    }
}