@media (max-width: 767px) {
    section h2 {
        font-size: 34px;
    }
    section {
        padding: 25px 0;
    }
    .contact-footer li a {
        font-size: 20px;
    }
    .contact-footer .viber a::before {
        width: 27px;
    }
    .contact-footer .skype a::before {
        width: 27px;
    }
    section.contact ul.list-social li a {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 20px;
    }
    section.contact ul.list-social li a:hover {
        background-color: #00b893;
        font-size: 21px;
        line-height: 48px;
    }
    .footer-zwebra {
        margin-top: 10px;
    }
    .footer-zwebra {
        text-align: center;
        background-position: top center;
        background-position-y: 21px;
        padding-bottom: 36px;
        padding-right: 0;
    }
    footer p {
        text-align: center;
    }
}