.about-us_banner {
    margin-bottom: 120px;
}
.about-us_banner .container {
    max-width: 1330px;
}

.about-us_banner-min {
    margin: 0 auto;
    max-width: 900px;
}

.about-us_banner-title.heading-5 {
    max-width: 800px;
    margin: 0 auto 56px auto;
    text-align: center;
}
.about-us_banner-subtitle {
    max-width: 800px;
    margin: 56px auto 0 auto;
    text-align: center;
}

.about-us_banner-grid {
    gap: 0 60px;
}
.about-us_banner-title.heading-4 {
    margin: 44px 0 24px 0;
}

/* Text */
.about-us_text {
    margin-bottom: 120px;
}
.about-us_text .container {
    max-width: 1330px;
}

.about-us_text-grid {
    gap: 0 60px;
}
.about-us_text-subtitle {
    margin-bottom: 12px;
    color: var(--main-e-868-a-0);
}
.about-us_text-title {
    font-family: Comfortaa;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.about-us_text-description {
    padding-top: 32px;
}

.about-us_featured {
    margin-bottom: 120px;
    padding: 60px 0;
    background: #FDF0F5;
}
.about-us_featured .container {
    max-width: 1330px;
}
.about-us_featured-subtitle {
    margin-bottom: 16px;
    text-align: center;
    color: var(--main-e-868-a-0);
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    text-transform: uppercase;
}
.about-us_featured-title {
    margin-bottom: 40px;
    text-align: center;
}

.about-us_featured-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px 20px;
}
.about-us_featured-item {
    max-width: 220px;
    padding-top: 12px;
    border-top: 1px solid var(--main-0-c-0-c-0-c);
    text-align: center;
}

/* History */
.about-us_history {
    margin-bottom: 120px;
}
.about-us_history .container {
    max-width: 1330px;
}
.about-us_history-subtitle {
    margin-bottom: 12px;
    color: var(--main-e-868-a-0);
}
.about-us_history-title {
    margin-bottom: 80px;
    font-family: Comfortaa;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.about-us_history-grid {
    gap: 20px 60px;
}
.about-us_history-col {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.about-us_history-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 992px) {
    .about-us_featured-item {
        max-width: 200px;
        padding-top: 12px;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
    }
}

@media (max-width: 768px) {
    .about-us_banner {
        margin-bottom: 24px;
    }

    .about-us_banner-full {
        padding: 0 16px;
    }
    .about-us_banner-title.heading-5 {
        margin-bottom: 32px;
        font-size: 20px;
        font-weight: 700;
        line-height: 130%;
    }
    .about-us_banner-subtitle {
        margin-top: 32px;
        margin-bottom: 56px;
    }

    .about-us_banner-grid {
        margin-bottom: 56px;
        gap: 24px 0;
    }
    .about-us_banner-grid > div:first-child {
        order: 2;
    }
    .about-us_banner-grid > div:last-child {
        order: 1;
    }
    .about-us_banner-title.heading-4 {
        margin: 0 0 16px 0;
        font-size: 28px;
        font-weight: 700;
        line-height: 34px;
    }

    /* Text */
    .about-us_text {
        margin-bottom: 80px;
    }
    .about-us_text-grid {
        gap: 24px 0;
    }
    .about-us_text-subtitle {
        font-size: 14px;
        font-weight: 500;
        line-height: 100%;
    }
    .about-us_text-title {
        font-size: 22px;
    }
    .about-us_text-description {
        padding-top: 0;
    }

    /* Featured */
    .about-us_featured {
        margin-bottom: 80px;
        padding: 44px 0;
    }
    .about-us_featured-subtitle {
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 500;
        line-height: 100%;
    }
    .about-us_featured-title {
        margin-bottom: 24px;
        font-size: 28px;
        font-weight: 700;
        line-height: 34px;
    }
    .about-us_featured-list {
        justify-content: center;
        flex-wrap: wrap;
        gap: 40px 20px;
    }

    /* History */
    .about-us_history  {
        margin-bottom: 80px;
    }
    .about-us_history-subtitle {
        margin-bottom: 12px;
        font-size: 14px;
        font-weight: 500;
        line-height: 100%;
    }
    .about-us_history-title {
        margin-bottom: 24px;
        font-size: 18px;
        font-weight: 700;
        line-height: 115%;
    }
    .about-us_history-grid {
        gap: 20px 0;
    }
}