.contact-site-email {
    display: none;
}
.contact-page-form-map {
    justify-content: center !important;
}
footer .column-element > div.site-logo img {
    padding: 10px 10px;
    background-color: #ffffff;
}

@media only screen and (min-width: 1024px) {
    .main-header .header-items .header-col.logo-item img {
        height: 100px !important;
    }
    .contact-page-wrap .contact-page-info .contact-site-info-item {
        width: 49%;
    }
}

@media only screen and (min-width: 1367px) {
    .main-header .header-items .header-col.logo-item img {
        height: auto !important;
    }
}