.REVF {
    width: 30%;
    float: left;
}
.REV {
    width: 65%;
    float: right;
}
.form-mw {
    max-width: 79%;
    margin: auto;
}
@media (max-width: 1199px) {
.REV {
    width: 55%;
    float: right;}
}

@media (max-width: 767px) {
.REVF {
    width: 100%;
    float: none;
}
.REV {
    width: 100%;
    float: none;
}
}

.home-layout .wrap__page-content .wrap__page-content--inner {
    width: -moz-available;
}

div[data-component-name] {
    min-width: -moz-fit-content;
}


@media (max-width:1199px) {
    .banner-c .banner-c__text .text-right .banner-text__title--extraLarge {
        margin-left: 20px;
    }

    .mobileHeader-logo {
        width: auto;
        min-height: 40px;
        background: url(/storage/app/media/106286.png) center/contain no-repeat !important;
    }

    .mobileHeader-container p {
        display: none;
    }
}