@media only screen and (max-width: 1200px) {
    .services { padding-top: 0; }
    .hero { height: 840px; align-items: flex-start; }
    .hero__row { padding-top: 0; }

    .clients { padding-top: 60px; }

}

@media only screen and (max-width: 991px) {
    .hero { margin-top: 0px; height: 640px; }
    .wpcf7-form-control.wpcf7-acceptance .checkmark {
        left: 0px;
    }

    .services__box.landing-seo.flex-row { flex-direction: column !important; }
}

@media only screen and (max-width: 576px) {
    .form span.cf7-agree { margin-top: 20px; }
    .wpcf7-list-item-label {
        top: unset !important;
    }
}

