.w_developer button span {
    color:var(--footer-surface-color) !important;
}
.custom-spacer {
    margin-top:30px !important;
}
.w_footer .w_logo img   {
    max-height: 160px !important;
}
@media only screen and (max-width: 1199px) {
    .w_carousel_slides,
    .w_carousel {
        max-height: 650px;
    }
}

@media only screen and (max-width: 799px) {
    .w_carousel_slides,
    .w_carousel {
        max-height: 450px;
    }
}

/* CSS Fixes */
.Slideshow-Default .w_carousel_button {
    padding: .5em 2em !important;
    border-radius: 50px !important;
}

#container-list .col-link {
    padding: .5em 2em !important;
    border-radius: 50px !important;
    border: 2px solid;
}

#container-list .col-link:hover {
    border: 2px solid !important;
}
.w_footer img {
    max-width: 320px;
}
.w_footer .w_logo img   {
    max-height: 170px !important;
}