.about-banner {
    background: var(--Brand-Light-blue, #C5E0F9);
    min-height: 586px;
}

.about-banner__title {
    color: var(--Brand-Dark-blue, #1E1753);
    font-family: "ALS Hauss VF";
    font-size: 68px;
    font-style: normal;
    font-weight: 450;
    line-height: 64px;
    letter-spacing: -2.16px;
    max-inline-size: 782px;
}

.about-banner__text_block {
    max-inline-size: 555px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.about-banner__post {
    margin-top: 8px;
}

.about-banner__description {
    margin-top: 28px;
}


.about-banner__info__down {
    margin-top: auto;
}

.about-IE {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-block-end: 120px;
}

.about-IE__title {
    white-space: pre-line;
}

.section__title {
    color: var(--Brand-Dark-blue, #1E1753);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Font-family, "ALS Hauss VF");
    font-size: 56px;
    font-style: normal;
    font-weight: 550;
    line-height: 52px;
}

.section__description {
    color: var(--text-icon-secondary, #8F8FA3);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Inter Variable";
    font-size: var(--Font-Size-action, 17px);
    font-style: normal;
    font-weight: var(--Font-Font-Weight-regular, 450);
    line-height: var(--Font-Line-height-action, 20px);
    max-inline-size: 756px;
    margin-block-end: 28px;
}

.about-IE__list {
    display: flex;
    flex-direction: row;
    gap: 20px;
    list-style: none;
}

.about-IE__item {
    flex: 1 0 0;
}

.about-IE__card {
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 24px;
    background: var(--bg-level-2, #F6F6F9);
    block-size: 384px;
}

.about-IE__card__text-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-wrap: wrap;
}

.about-IE__card__title {
    color: var(--Brand-Dark-blue, #1E1753);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Inter Variable";
    font-size: var(--Font-Size-action, 17px);
    font-style: normal;
    font-weight: var(--Font-Font-Weight-regular, 450);
    line-height: var(--Font-Line-height-action, 20px);
}

.about-IE__card__description {
    color: var(--text-icon-secondary, #8F8FA3);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Inter Variable";
    font-size: var(--Font-Size-action, 17px);
    font-style: normal;
    font-weight: var(--Font-Font-Weight-regular, 450);
    line-height: 20px;
}

.about-study {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-block-end: 120px;
}

.about-study__list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 233px 233px;
    gap: 20px;
}

.about-study__item {
    flex: 1 0 0;
}

.about-study__card {
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 24px;
    background: var(--Brand-Light-blue, #C5E0F9);
    min-height: 300px;
    gap: 12px;
}

.about-study__card__title {
    color: var(--Brand-Dark-blue, #1E1753);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "ALS Hauss VF";
    font-size: 24px;
    font-style: normal;
    font-weight: 450;
    line-height: 28px;
}

.about-study__card__description {
    color: var(--Brand-Dark-blue, #1E1753);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Inter Variable";
    font-size: 17px;
    font-style: normal;
    font-weight: var(--Font-Font-Weight-regular, 450);
    line-height: 20px;
}

.about-team {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-block-end: 100px;
}

.about-team__list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 582px 582px;
    gap: 20px;
}

.about-team__card {
    block-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.about-team__card__img {
    width: 140%;
    object-fit: cover;
    height: 316px;
    object-position: -150px 50%;
}

.about-team__card__text-block {
    display: flex;
    width: 100%;
    height: 286px;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 24px;
    background: #E2B1FF;
    position: absolute;
    bottom: 20px;
    justify-content: space-between;
}

.about-team__card__title {
    color: var(--Brand-Dark-blue, #1E1753);
    font-family: var(--Font-family, "ALS Hauss VF");
    font-size: var(--Font-Size-title1, 34px);
    font-style: normal;
    font-weight: var(--Font-Font-Weight-regular, 450);
    line-height: var(--Font-Line-height-title1, 38px);
}

.about-team__card__description {
    color: var(--Brand-Blue, #3A18B5);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Inter Variable";
    font-size: 17px;
    font-style: normal;
    font-weight: var(--Font-Font-Weight-regular, 450);
    line-height: 20px;
}

.about-contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-block-end: 120px;
}

.about-contacts__block {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 48px;
}

.about-contacts__map {
    border-radius: 24px;
    flex: 1 1 100%;
    min-height: 390px;
}

.about-contacts__info__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.about-contacts__info__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.about-contacts__info__title {
    color: var(--Brand-Dark-blue, #1E1753);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "ALS Hauss VF";
    font-size: 24px;
    font-style: normal;
    font-weight: 450;
    line-height: 28px;
}

.about-contacts__info__link {
    color: var(--Brand-Dark-blue, #1E1753);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Inter Variable";
    font-size: var(--Font-Size-action, 17px);
    font-style: normal;
    font-weight: var(--Font-Font-Weight-regular, 450);
    line-height: var(--Font-Line-height-action, 20px);
}

@media (max-width:1024px) and (min-width:769px) {
    .about-banner__info__down {
        width: 45%;
    }
}

@media (max-width:768px) {
    .about-contacts__block {
        flex-direction: column;
    }

    .about-contacts__map {
        flex: unset;
        height: 390px;
    }

    .about-IE__card {
        padding: 24px 20px;
    }
}