.hero {
    padding-bottom: 90px;
    padding-top: 97px;
  }
.hero__title {
    width: 100%;
    height: 54px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 36px;
    line-height: 150%;
    background: linear-gradient(0deg, #B08420 8.17%, #FFF2DB 37.02%, #FBF5D1 45.67%, #EDD094 56.25%, #EAC885 65.38%, #BD9A4B 75.48%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
.about-hero {
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 120px;
}

.about-hero__inner {
    max-width: 1442px;
    margin: 0 auto;
}

.about-hero__content {
    max-width: 100%;
    margin-bottom: 40px;
}

.about-hero__title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    color: #ffffff;
    margin: 0 0 16px;
}

.about-hero__intro {
    width: 100%;
    height: 83px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 150%;
    color: #FFFFFF;
    margin-top: 5px;
}

.about-hero__video {
    width: 100%;
    margin: 0 auto 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    isolation: isolate;
    max-width: 846px;
    border: 1px solid rgba(202, 202, 202, 0.1);
    box-shadow: 0px 20px 100.5px -5px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
}

.about-video__frame,
.about-video__placeholder {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 24px;
    overflow: hidden;
    background: radial-gradient(circle at 10% 20%, #1d2238 0, #020617 60%);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

.about-video__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.about-sections {
    max-width: var(--maze-max);
    margin: -32px auto 69px;
    position: relative;
    padding-left: 3px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.about-section {
    display: flex;

    gap: 54.67px;
    justify-content: space-between;
    flex:1;
}

.about-section--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
}

.about-section__text {
    max-width: 1142px;
}

.about-section__title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #ffffff;
    margin: 0px 0 14px;
}

.about-section__body {
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    line-height: 42px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.about-section__image {
    width: 100%;
    max-width: 245.33px;
    display: flex;
    /* align-items: center; */
    padding-top: 13px;
}

.about-section--reverse .about-section__image {
    justify-self: flex-start;
}

.about-section__photo,
.about-section__photo--placeholder {
    width: 100%;
    height: 100%;
    background: url(<path-to-image>) lightgray 0.286px -8.365px / 100% 184.297% no-repeat;
    border-radius: 12px;
    max-height: 242.33px;
    object-fit: cover;
}

.about-section__photo--placeholder {
    background: radial-gradient(circle at 10% 0, #1e293b 0, #020617 65%);
}

.about-section--photo{
    display: none;
}

.about-sections_photo{
    max-width: var(--maze-max);
    margin: 0 auto;
    display: none;
}

.about-section--reverse {
    flex-direction: row-reverse;
}
.about-section--reverse .about-section__text {
    align-items: flex-end; 
    text-align: right;
}


@media (max-width: 1024px) {
    .breadcrumb{
        display: none;
    }
    .hero{
        padding-top: 131px;
    }
    .about-sections_photo{
        display: block;
        padding: 0 20px;
        margin-bottom: 54px;
    }

    .about-sections_photo__grid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .about-section__photo{
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: 166px;
        max-height: 166px;
        border-radius: 12px;
    }

    .about-section--photo{
        display: block;
    }
    .hero{
        background: transparent;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0;
    }
    .about-hero {
        padding: 96px 20px 0;
    }

    .hero__title{
        text-align: start;
        font-size: 24px;
        font-weight: 600;
        line-height:  36px;
        margin-bottom: 16px;
        height: unset;
    }
    .about-hero__intro {
        font-size: 16px;
        margin-top: 0;
        line-height:24px ;
    }


    .about-hero__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .about-hero__content {
        max-width: none;
    }

    .about-hero__title {
        font-size: 32px;
        line-height: 42px;
    }


    .about-sections {
        margin: 56px auto 80px;
        padding: 0 20px;
        gap: 40px;
    }

    .about-section,
    .about-section--reverse {
        grid-template-columns: minmax(0, 1fr);
    }

    .about-section__image,
    .about-section--reverse .about-section__image {
        justify-self: center;
        order: -1;
        display: none;
    }
    .about-sections {
        margin: 30px auto 48px;
        gap: 36px;
        padding: 0 16px;
    }

    .about-section__title {
        font-size: 20px;
        line-height: 30px;
        margin: 0px 0 12px;
    }

    .about-section__body {
        font-size: 16px;
        line-height: 24px;
    }

    .about-section__photo,
    .about-section__photo--placeholder {
        width: 220px;
        height: 220px;
    }
}



@media (max-width: 393px) {
    .about-section__text{
        max-width: 263px;
    }

    .about-section.about-section--reverse{
        align-items: flex-end;
        .about-section__text{
            max-width: 261px;
        }
    }
    .about-hero__content{
        margin-bottom: 0;
    }
    .hero__title{
        text-align: left;
        font-size: 24px;
        font-style: normal;
        margin-bottom: 16px;
    }
    .about-hero__intro{
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        margin-bottom: 16px;
        height: auto;
    }

    .about-section,
    .about-section--reverse {
        display: flex;
        flex-direction: column;
        grid-template-columns: unset;
        gap: 24px;
        align-items: flex-start;
    }

    .about-section__image,
    .about-section--reverse .about-section__image {
        order: 2;
        justify-self: unset;
        align-self: flex-start;
    }
}
