@media (max-width: 991px) {
    .college-help .col-lg-6,
    .librarians-job .col-lg-6 {
        margin-bottom: 24px;
    }
}

.librarians-job__title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    color: #0D1F30;
}

.librarians-job__description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #414141;
}

.librarians-job__card {
    border-radius: 20px;
    background: #FFFFFF;
    padding: 24px;
}

.librarians-job__card .librarians-job__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}

.librarians-job__stack {
    gap: 12px;
}

.librarians-job__card .librarians-job__check {
    gap: 16px;
    color: #414141;
    font-size: 20px;
    line-height: 140%;
}

.librarians-job__card .librarians-job__result {
    font-weight: 400;
    line-height: 140%;
    font-size: 20px;
    color: #1B1B1C;
}

.librarians-job__card .librarians-job__result span {
    font-weight: 700;
}

.gap-4 {
    gap: 24px;
}

.librarians-advantages__card {
    border-radius: 20px;
    background-color: #FFFFFF;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: start;
    height: 100%;
}

.librarians-advantages__card-header {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1B1B1C;
}

.librarians-advantages__card-desc {
    color: #414141;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.college-help__card {
    position: relative;
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
}

.college-help__card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background: linear-gradient(to right, #AADCE3 50%, #4A95A2 50%);
}

.college-help__card ul {
    color: #414141;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
}

.college-help img {
    max-width: 100%;
}

.bitrix-form {
    color: #1B1B1C;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 60px;
}
