@media (min-width: 1041px) {
    .hero .container.hero-grid {
        width: 100%;
        max-width: none;
        grid-template-columns: 45% 55%;
        min-height: 430px;
    }

    .hero-copy {
        padding: 48px 54px 48px max(40px, calc((100vw - 1180px) / 2));
    }

    .hero h1 {
        max-width: 590px;
        font-size: clamp(40px, 3.35vw, 50px);
        line-height: 1.16;
    }

    .hero-intro {
        max-width: 570px;
        font-size: 18px;
    }

    .hero-image {
        min-height: 430px;
        background-position: center center;
    }

    .trust-grid > div {
        min-height: 78px;
    }
}
