.contact-hero {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(90deg,rgba(3,24,42,.95),rgba(8,44,75,.48)),url("../img/road_bkgd2b.jpg") center 58%/cover;
}

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

.contact-hero__content {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 50px;
    color: #fff;
}

.contact-breadcrumbs {
    display: flex;
    gap: 8px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
    color: rgba(255,255,255,.72);
}

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

.contact-breadcrumbs a { color: #fff; }
.contact-breadcrumbs a:hover { color: #ff6269; }
.contact-hero__eyebrow { color: #ff6269; font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.contact-hero h1 {
    margin: 9px 0 12px;
    color: #fff;
    font-size: clamp(2.55rem,5vw,4.4rem);
    line-height: 1.02;
}

.contact-hero__content > p {
    max-width: 690px;
    margin: 0;
    color: rgba(255,255,255,.84);
    font-size: 1.08rem;
    line-height: 1.65;
}

@media (max-width: 991px) {
    .contact-hero__content > p {
        font-size:2.1rem;
    }

    .contact-hero__eyebrow { font-size:2.7rem;
    }

    .contact-hero {
        min-height: 345px;
    }
    .contact-hero__content { padding-top: 85px; padding-bottom: 42px; }
}
