*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.product-details-container{
    width: 85%;
}

.product-details-img{
    width: 100%;
    height: 550px !important;
}

.product-details-text{
      text-align: justify;  
}


@media screen and (max-width: 480px) {

    .product-details-container{
        width:100%;
    }
    .product-details-img{
        width: 100%;
        height: 350px !important;
    }

}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .product-details-container{
        width:100%;
    }
    .product-details-img{
        width: 100%;
        height: 350px !important;
    }
    
}