
@media screen and (max-width:1200px) {
    .product-image-box {
        width: 30%;
        padding-right:20px;
    }
    .content-box {
        width: 70%;
    }
    .product img{
        object-fit: cover;
        object-position: center;
        width: 100%;
        margin: 0;
        padding:0;
        max-width: 100%;
    }
    .container{
        width:90%;
}
 
}
@media screen and (max-width:900px){

    .product{
        display: flex;
        flex-wrap: wrap;
    }
    .product div{
        width: 100%;
    }
    .product img {
        height: 100%;
        width: 100%;
        max-width: 100%;
        object-fit: cover;
        object-position: center;
    }
    a.btn {
        width: 100%;
        text-align: center;
    }
    .button-box{
        display: flex;
        justify-content: center;
    }
    .container{
        padding: 0;
    }
    header{
        padding:0;
    }
}


@media screen and (max-width:767px){
    .product{
        display: flex;
        flex-wrap: wrap;
    }
    .product div{
        width: 100%;
    }
    .product img {
        height: 100%;
        width: 100%;
        max-width: 100%;
        object-fit: cover;
        object-position: center;
    }
    a.btn {
        width: 100%;
        text-align: center;
    }
    .button-box{
        display: flex;
        justify-content: center;
    }
    .container{
        width:100%;
        padding:0;
    }
    header {
        width: 100%;
        padding:0;
    }
    
}
