div.consent-dialog-inner h2 {
    margin-top:22px !important;
    font-size:23px !important;
}
div.consent-dialog-inner h3 {
    margin-bottom: 15px !important;
    /*font-size:18px !important;*/
}
.w_developer button span {
    color:var(--footer-surface-color) !important;
}


.w_footer .w_logo img   {
    max-height: 110px !important;
}
@media only screen and (max-width: 1199px) {
    .w_carousel_slides,
    .w_carousel {
        max-height: 680px;
    }
}

@media only screen and (max-width: 799px) {
    .w_carousel_slides,
    .w_carousel {
        max-height: 420px;
    }
}