.about-hero {
    position: relative;
    min-height: 590px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(128deg, #ee212b87, #ee212b), url("../img/bigbg.jpg") center/cover;
}

.about-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 5px;
    background: #082c4b;
}

.about-hero__content {
    position: relative;
    z-index: 1;
    width: min(650px, calc(100% - 30px));
    max-width: 650px;
    margin-right: 0;
    margin-left: auto;
    padding-right: 30px;
    padding-top: 125px;
    padding-bottom: 82px;
    color: #fff;
    text-align: right;
}

.about-hero__breadcrumbs {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
    color: rgba(255,255,255,.72);
}

.about-hero__breadcrumbs li + li::before {
    content: "/";
    margin-right: 8px;
    color: rgba(255,255,255,.45);
}

.about-hero__breadcrumbs a { color: #fff; }
.about-hero__breadcrumbs a:hover { color: #ff6269; }
.about-hero__eyebrow { color: #082c4b; font-size: 1.78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.about-hero h1 {
    margin: 12px 0 20px;
    color: #fff;
    font-size: clamp(2.7rem, 4.7vw, 4.35rem);
    line-height: 1.04;
}

.about-hero__content > p {
    max-width: 790px;
    margin: 0;
    color: rgba(255,255,255,.84);
    font-size: 1.5rem;
    line-height: 1.5;
}

.about-hero__download {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 29px;
    padding: 15px 21px;
    border-radius: 3px;
    background: #082c4b;
    color: #fff;
    font-weight: 700;
}

    .about-hero__download:hover {
        background: #fff;
        color: #ee212b;
    }

.about-values { padding: 105px 0 115px; background: #f8f6f2; }
.about-values__heading { display: grid; grid-template-columns: minmax(200px,.45fr) minmax(0,1.2fr); align-items: end; gap: 55px; margin-bottom: 62px; }
.about-values__heading > span, .about-value__eyebrow { color: #ee212b; font-size: 1.78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.about-values__heading h2 { max-width: 850px; margin: 0; color: #082c4b; font-size: clamp(2.15rem,4vw,3.55rem); line-height: 1.1; }
.about-value { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr); min-height: 430px; overflow: hidden; border-radius: 5px; background: #fff; box-shadow: 0 16px 45px rgba(10,38,61,.09); }
.about-value + .about-value { margin-top: 42px; }
.about-value__image { position: relative; min-height: 430px; overflow: hidden; margin: 0; }
.about-value__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(4,28,49,.62),transparent 55%); }
.about-value__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.75,.25,1); }
.about-value:hover .about-value__image img { transform: scale(1.035); }
.about-value__image > span {
    position: absolute;
    z-index: 1;
    top: -58px;
    left: -35px;
    color: rgba(255,255,255,.18);
    font-size: 15rem;
    font-weight: 800;
    line-height: 1;
    pointer-events: none;
}
.about-value__content { display: flex; flex-direction: column; justify-content: center; padding: 58px 62px; }
.about-value__content h3 { margin: 10px 0 20px; color: #082c4b; font-size: clamp(1.9rem,3.4vw,3rem); line-height: 1.12; }
.about-value__content p { margin: 0; color: #63717a; font-size: 1.4rem; line-height: 1.8; }
.about-value__content a { align-self: flex-start; margin-top: 27px; color: #082c4b; font-weight: 800; }
.about-value__content a:hover { color: #ee212b; }
.about-value__content a i { margin-left: 9px; }
.about-value--reverse .about-value__image { order: 2; }
.about-value--reverse .about-value__image > span { top: auto; right: -35px; bottom: -70px; left: auto; }
.about-value--reverse { background: #082c4b; }
.about-value--reverse .about-value__content h3, .about-value--reverse .about-value__content a { color: #fff; }
.about-value--reverse .about-value__content p { color: rgba(255,255,255,.72); }
.about-value--reverse .about-value__content a:hover { color: #ff6269; }

@media (max-width: 991px) {
    .about-hero { min-height: 520px; background: linear-gradient(180deg, #082c4bc7, #082c4b), url("../img/bigbg.jpg") center/cover; }
    .about-hero::after { background: #ee212b; }
    .about-hero__content { width: calc(100% - 30px); margin-right: auto; margin-left: auto; padding-right: 15px; text-align: left; }
    .about-hero__breadcrumbs { justify-content: flex-start; }
    .about-hero__eyebrow { color: #ee212b; }
    .about-values__heading { grid-template-columns: 1fr; gap: 14px; }
    .about-value { grid-template-columns: 1fr; }
    .about-value__image { min-height: 340px; }
    .about-value--reverse .about-value__image { order: 0; }
    .about-hero__content > p {
        font-size: 2.2rem;
        line-height: 1.5;
    }
    .about-hero__download { width: 100%; justify-content: center; text-align: center; background-color: #ee212b; color: #fff; }

}

@media (max-width: 575px) {
    .about-hero__content { padding-top: 95px; padding-bottom: 55px; }
    .about-values { padding: 70px 0 78px; }
    .about-values__heading { margin-bottom: 42px; }
    .about-value__image { min-height: 240px; }
    .about-value__image > span { top: -32px; left: -18px; font-size: 9rem; }
    .about-value--reverse .about-value__image > span { right: -18px; bottom: -38px; }
    .about-value__content { padding: 36px 27px 40px; }
}
