.about-header-lite {
    border-radius: 4px;
    background: #F2F2F2;
    margin: 0 8px;
    position: relative;
    overflow: hidden;
}

.about-header-lite__container {
    padding: 0 96px;
}

.about-header-lite__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 18px;
    font-weight: 600;
}

.about-header-lite__title {
    color: #000;
    font-size: 56px;
    font-weight: 600;
    line-height: 99%;
    margin-bottom: 32px;
}

.about-header-lite__subtitle {
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 500;
    line-height: 1.15;
    max-width: 920px;
}

.about-header-lite__description {
    max-width: 1007px;
    opacity: 0.7;
    color: #3D4043;
    font-size: 20px;
    font-weight: 400;
    line-height: 112%;
}

.about-header-lite__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.about-header-lite__footer-logos {
    flex: 0 0 auto;
}

.about-header-lite__footer-logos .footer-contact-logos-img {
    display: block;
    width: min(312px, 36vw);
    height: auto;
}

.about-page-timeline {
    width: 100%;
    overflow: visible;
    padding-top: 24px;
}

.about-page-timeline__track {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
}

.about-page-timeline__item {
    flex: 1 1 0;
    text-align: center;
}

.about-page-timeline__year {
    color: rgba(17, 17, 17, 0.6);
    letter-spacing: 1px;
    margin-bottom: 14px;
    text-align: right;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    min-height: 52px;
}

.about-page-timeline__item.is-current .about-page-timeline__year {
    color: #F47721;
}

.about-page-timeline__item.is-oldest .about-page-timeline__year {
    color: #111;
}

.about-page-timeline__chevron {
    position: relative;
    width: 100%;
    max-width: 240px;
    margin: 0 auto 14px;
}

.about-page-timeline__chevron-svg {
    width: 100%;
    height: auto;
    display: block;
}

.about-page-timeline__chip {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: 500;
    color: #F47721;
    padding: 2px 12px;
    border-radius: 999px;
    white-space: nowrap;
    line-height: 1.2;
}

.about-page-timeline__desc {
    margin: 0 auto;
    color: rgba(17, 17, 17, 0.78);
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
}

.about-header-lite__timeline-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 0;
    z-index: 0;
    pointer-events: none;
}

.about-header-lite__timeline-shape svg {
    display: block;
    width: 100%;
    height: auto;
}

.about-header-lite__container {
    position: relative;
    z-index: 1;
}

.about-showcase-section {padding-top: 0;}
.about-showcase__reviews-header, .about-showcase-section, .about-showcase__reviews {
    background: none;
}
.about-showcase__section-title, .about-showcase__reviews-note,
.about-showcase-section, .about-showcase__review-logo-wrapper,
.about-showcase__review-name, span.about-showcase__review-rating.font-rubik {color: #000;}
.about-showcase__reviews-note {opacity: 0.7;}
.about-showcase__reviews-note {opacity: 0.5;}
.about-showcase__review-card {background: #F2F2F2;}
.about-showcase__review-logo-wrapper {background: #E8E8E8;}

@media (max-width: 1200px) {
    .about-header-lite {
        padding-top: 56px;
        padding-bottom: 46px;
    }

    .about-page-timeline__year {
        font-size: 40px;
    }

}

@media (max-width: 992px) {
    .about-header-lite {
        padding-top: 52px;
        padding-bottom: 42px;
    }

    .about-header-lite__container {
        padding: 0 20px;
    }

    .about-header-lite__content {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .about-header-lite__footer-logos .footer-contact-logos-img {
        width: min(360px, 80vw);
    }

    .about-page-timeline__track {
        overflow-x: auto;
        padding-bottom: 12px;
        scroll-snap-type: x mandatory;
    }

    .about-page-timeline__item {
        flex: 0 0 auto;
        scroll-snap-align: center;
        min-width: 240px;
    }

    .about-page-timeline__year {
        font-size: 32px;
        min-height: 38px;
    }

    .about-header-lite__title {
        font-size: 42px;
        margin-bottom: 18px;
    }

    .about-header-lite__description {
        font-size: 18px;
    }

    .about-header-lite__timeline-shape {
        width: min(78vw, 520px);
    }

}

@media (max-width: 767px) {
    .about-header-lite {
        margin: 0;
        border-radius: 0;
        padding-top: 34px;
        padding-bottom: 30px;
    }

    .about-header-lite__container {
        padding: 0 16px;
    }

    .about-header-lite__title {
        font-size: 34px;
    }

    .about-header-lite__description {
        font-size: 16px;
        line-height: 1.45;
    }

    .about-page-timeline {
        padding-top: 16px;
    }

    .about-page-timeline__item {
        min-width: 210px;
    }

    .about-page-timeline__year {
        font-size: 26px;
        min-height: 30px;
        margin-bottom: 10px;
    }

    .about-page-timeline__desc {
        font-size: 14px;
    }

}
