/* OVERRIDE TO FIX GRID ONCE AND FOR ALL */
@media (min-width: 961px) {
    .wfl-hero__grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    .wfl-hero__content {
        flex: 0 0 50% !important;
        text-align: left !important;
    }
    .wfl-hero__visual {
        flex: 0 0 45% !important;
    }
    .wfl-hero__title, .wfl-hero__sub, .wfl-hero__cta, .wfl-hero__proof {
        text-align: left !important;
        justify-content: flex-start !important;
        margin-left: 0 !important;
    }
}
