.mwd-hero-img img { object-position: 20% center; }

/* .editorial-left h2 { 
    font-size: clamp(1.6rem, calc(0.7rem + 2vw), 3rem);
    max-width: 380px;
} */

@media only screen and (min-width:901px) {
    .website-seo-intro h2 { 
        font-size:clamp(2.1rem, calc(1rem + 2.1vw), 3.3rem);
        max-width: none;
    }
    .website-seo-intro .editorial-right { 
        font-size: 1.08em; 
    }

    .seo-why .editorial-left h2 {
        font-size: clamp(2rem, calc(1rem + 2.4vw), 3.1rem);
    }
    .seo-why .editorial-left h2,
    .seo-why .editorial-left p {
        max-width:340px;
    }

    .website-built-section .editorial-grid,
    .responsive-review-cta .editorial-grid {
        align-items: start;
    }


    .responsive-review-cta .editorial-grid h2 {
        font-size: clamp(2rem, calc(1rem + 2.3vw), 3.1rem);
    }
}