
@media only screen  and (max-width: 1280px)  {
    .about h2 {
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        font-size: 45px!important;
    }
}

@media all and (max-width: 992px){
    .hero h1 {
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        font-size: 65px!important;
        line-height: 75px!important;
        color: #160d10;
    }
    .hero img {
        width: 220px!important;
    }
    .about .row {
        display: -ms-flexbox;
        display: flex;
        gap: 25px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        align-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }
    .services-block{
        margin-top: 0px;
    }
    .copy-info .right, .copy-info .left {
        text-align: center;
    }
    .certificate {
        padding-top: 50px; 
    }
    .services,.about, .product-info {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .navbar-nav {
        padding-top: 25px;
    }
    .product-info .row{
        gap: 25px;
        display: flex    ;
        flex-direction: column-reverse;
    }
      
}



@media all and (max-width: 576px){  
    .hero h1 {
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        font-size: 35px!important;
        line-height: 55px!important;
        color: #160d10;
    }
    .hero img {
        width: 185px!important;
    }
    .about,.services,.contact {
        padding-top: 50px!important;
        padding-bottom: 50px!important;
    
    }
    .about h2 {
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        font-size: 35px!important;
        word-wrap: break-word;
    }
    .services h2 {
        text-align: center;
        margin-bottom: 35px!important;
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        font-size: 35px!important;
    }
    .certificate h2{
        font-size: 35px!important;
    }
    .services-left h3, .services-block h3 {
        margin-top: 25px!important;
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        font-size: 25px!important;
        color: #cfa551;
    }
    .services-block {
        margin-top:  0px;
    }
    .contact h2 {
        text-align: center;
        margin-bottom: 50px;
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        font-size: 35px!important;
    }
    .footer-top h6 {
        font-size: 25px;
        color: #160d10;
        font-family: 'Oswald', sans-serif;
        max-width: 252px;
        margin: auto;
        word-break: break-all;
    }
    .social-menu{
        transform: scale(0.5);
    }
    .inner-hero h1 {
        color: #cfa551;
        font-size: 38px;
        font-weight: 600;
    }
    .product-info h2 {
        font-size: 30px;
    }
}