/* This stylesheet helps to style the split hero sections of the site for better breaking across devices. */


@media (max-width: 1342px) and (min-width: 980px) {
    .hero-dsm-button .et_pb_button_alignment_left {
        display: flex;
        flex-direction: column;
    }

    body .hero-dsm-button .et_pb_button_alignment_left>a {
        width: 100% !important;

    }

    .hero-dsm-button .et_pb_button_two {
/*        transform: translateX(-20px);*/
        margin-top: 20px !important;
    }

    @media (min-width: 1501px) {
        .hero-right-column-translated {
            transform: translateX(74px);
        }
    }
}





@media (max-width: 1613px) and (min-width: 1500px) {
    body .hero-right-column-translated {
        max-width: 30% !important;
    }
}

@media (max-width: 1500px) and (min-width: 980px) {
    .hero-right-column-translated {
        transform: translateX(-60px) !important;
    }

    .hero-left-column-translated {
        transform: translateX(-180px);

    }
}

@media (max-width: 980px) and (min-width: 768px) {
    .split-hero {
        display: flex;
        flex-direction: column;
    }

    .split-hero>div {
        width: 100% !important;
    }

    .hero-left-column-translated {
        transform: translateX(-20px);
    }

    .hero-right-column-translated {
        transform: translateX(0);
    }
}