@charset "utf-8";

.product-img{
margin-left:2.5em;
}
@media screen and (max-width: 767px){
.product-img{
margin-left:0;
}
}