@media (max-width: 767px) {
    header .header-content .header-content-inner h1 {
        font-size: 30px;
        color: #000;
        font-weight: 600;
    }
    .section3-content {
        padding: 0 20px;
    }
    .section3-content h2 {
        font-size: 30px;
    }
    section h2 {
        font-size: 30px;
    }
    section {
        padding: 25px 0;
    }
    .text-block h2 {
        font-size: 30px;
    }
    .section-heading h3 {
        font-size: 30px;
    }
    .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 {
        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;
    }
    .btn-outline {
    border: 0; 
}
    .navbar-default .nav > li.active > a, .navbar-default .nav > li.active > a:focus {
    color: #fbeada !important;
}
}

@media (max-width: 992px) {
    .navbar-default .nav > li > a {
        font-size: 13px;
    }
    .navbar-custom>li>a {
        padding: 4px 10px;
    }
    #section2 {
        text-align: center;
    }
}