@media screen and (max-width: 767px) {

    .new_sleep_footer .contacts li a i {
        display: none !important;
    }

    .new_sleep_footer .contacts li a,
    .new_sleep_footer li a {
        font-size: 14px !important;
    }

    .new_sleep_footer h5 {
        font-size: 12px !important;
    }

    #new_footer .social-links li img {
        width: 26px;
        height: 26px;
    }

    #new_footer .desktop_links_v6 li {
        margin-right: 0 !important;
    }

    #new_copyrights.new_copyrights p,
    #new_copyrights.new_copyrights .copyright_links {
        text-align: left;
    }

}

@media screen and (max-width: 370px) {
    .new_sleep_footer h5 {
        font-size: 11px !important;
    }

    .new_sleep_footer .contacts li a,
    .new_sleep_footer li a {
        font-size: 13px !important;
    }
}