.about-hero-section {
    overflow: hidden;
}

.about-hero-section:first-child {
    padding-top: 0;
}

.about-hero-section__container {
    position: relative;
}

.about-hero-section__content {
    padding: 68rem 32rem;
}

.about-hero-section__title {
    text-align: center;
    padding: 0 5rem;
}

.about-hero-section__text {
    color: var(--color-gray-700);
    text-align: center;
}

.about-hero-section__text:not(:first-child) {
    margin-top: 16rem;
}

.about-hero-section__text br {
    display: none;
}

.about-hero-section__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12rem;
}

.about-hero-section__buttons:not(:first-child) {
    margin-top: 32rem;
}

.about-hero-section__slider {
    width: 100%;
}

.about-hero-section__slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
}

.about-hero-section__slider .swiper-slide {
    max-width: 182rem;
    height: auto;
}

.about-hero-section__slider .swiper-slide:not(:last-child) {
    margin-right: 8rem;
}

.about-hero-section__slider .swiper-slide img {
    width: 100%;
    height: 230rem;
    background-color: var(--color-gray-100);
    border-radius: 24rem;
    object-fit: cover;
}

.about-hero-section__slider .swiper-slide img:nth-child(2) {
    display: none;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
    .about-hero-section__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 583rem;
    }

    .about-hero-section__content {
        max-width: 640rem;
        padding-left: 0;
        padding-right: 0;
    }

    .about-hero-section__title {
        font-size: 72rem;
        line-height: 1.3;
        text-align: left;
        padding: 0;
    }

    .about-hero-section__text {
        font-size: 18rem;
        text-align: left;
        padding-right: 10rem;
    }

    .about-hero-section__text br {
        display: block;
    }

    .about-hero-section__buttons {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 16rem;
    }

    .about-hero-section__slider {
        max-width: 498rem;
        height: 100%;
        position: absolute;
        top: 0;
        right: var(--container-padding-x);
    }

    .about-hero-section__slider .swiper-slide {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 24rem;
        max-width: 100%;
    }

    .about-hero-section__slider .swiper-slide:not(:last-child) {
        margin: 0 0 24rem 0;
    }

    .about-hero-section__slider .swiper-slide img {
        height: 296rem;
    }

    .about-hero-section__slider .swiper-slide img:nth-child(2) {
        display: block;
        margin-top: -72rem;
    }

    .wrapper:has(.about-hero-section:first-child) .header {
        -webkit-box-shadow: 0 49rem 64rem rgba(0, 0, 0, 0.03);
                box-shadow: 0 49rem 64rem rgba(0, 0, 0, 0.03);
    }
}
