.cta_item_info_title,
.datasheet_title,
.map_info_title,
.discover_item_title
{
    font-family: 'Oswald' !important;
    text-transform: uppercase;
}
.site-footer_middle:before, .site-footer_middle:after{
    display: none;
}
.site-footer_form,.site-footer_address{
    background: transparent;
}
.site-footer_image_tag {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 280px;
    object-fit: cover;
    object-position: center center;
}
@media (min-width: 1200px) {
    .site-footer_image {
        width: 62%;
        margin: auto;
    }
    .site-footer_image_tag {
        max-height: unset;
    }

}