@media (max-width: 1200px){
    /* Footer override */
    .logo {
        width: 10em !important;
    }
    .menu_footer__text a, .menu_footer__text p, .menu_footer__text span {
        font-size: 1em !important;
    }
    .contacts_widget__title p {
        font-size: 1.6em !important;
    }
    .contacts_widget__text a, .contacts_widget__text p, .contacts_widget__text span {
        font-size: 1.1em !important;
    }
}

@media (max-width: 500px){
    .blog__img {
        height: auto !important;
    }

    .logo {
        width: 8em !important;
    }
    .menu_footer__text a, .menu_footer__text p, .menu_footer__text span {
        font-size: 1em !important;
    }

    .contacts_widget__title p {
        font-size: 1.25em !important;
    }
    .contacts_widget__text a, .contacts_widget__text p, .contacts_widget__text span {
        font-size: 1em !important;
    }


}
