@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 600px) {

    .globe-overlay {
        display: none;
        visibility: hidden;
    }

    .red-cta-btn {
        margin: 0 auto;
    }

    .col-holder .form-recaptcha > div {
        margin: 0 auto;
    }

}


@media (min-width: 992px){
    .slider-section_row {
        min-height: 500px;
        display: flex;
        align-items: center;
        position: relative;
        justify-content: center;
    }
    .slider-section_row .slider-quote-left{
        position: absolute;
        top: 0;
        left: 0;
    }
    .slider-section{
        min-width: auto;
    }

}

    