@media screen and (max-width:1400px) {

    .about .image,
    .about .image img,
    .about .image::before {
        border-radius: 0 100px 0 100px;
    }
}

@media screen and (max-width:991px) {
    .intro {
        padding: 70px 0;
    }

    section.desc {
        padding-top: 50px;
        padding-bottom: 10px;
        background: #003b34;
        border-bottom: 2px solid #004e45;
    }

    section.desc .content {
        position: relative;
    }

    section.products .item .image::after {
        top: 30px;
        right: 10%;
    }

    .about .image::before {
        display: none;
    }

    .about .image,
    .about .image img {
        position: relative;
        border-radius: 0 100px 0 100px;
    }
}

@media screen and (max-width:576px) {
    section.products .item {
        padding: 14px 15px;
    }

    section.products .item .image::after {
        width: 50px;
        height: 50px;
    }

    .products-slider .item .card {
        font-size: small;
    }

    .about .image,
    .about .image img {
        position: relative;
        border-radius: 0 20% 0 20%;
    }


    
/* product-detail */


.img-product {
    position: relative;
    height: 250px;
}

.svg-inline--fa.fa-w-18 {
width: .9em;
}
}



@media screen and (max-width:991px){
    .img-product .two {
        bottom: 0%;
        left: 0%;
    }
    
    .img-product .three {
        padding: 60px;
        bottom: 0%;
        right: 21%;
        z-index: 2;
    }
    .img-product .first {
        right: 28%;
    }
    .img-product .two {
        left: 23%;
    }
}
@media screen and (max-width:576px){
    .img-product .two {
        left: 15%;
    }
    .img-product .four {
        width: 335px;
        height: 335px;
    }
    .img-product .three {
        padding: 35px;
        right: 10%;
        
    }
    .img-product .first {
        right: 5%;
        z-index: 1;
    }
    
}
.owl-carousel .owl-item img{
        width: auto !important;
}