.product-wrap{background-color:var(--secondary-color);border-radius:18px;padding:40px 30px}@media only screen and (min-width:768px) and (max-width:991px){.product-wrap{padding:40px 20px}}.product-wrap .product-img{margin:0 0 40px;overflow:hidden}.product-wrap .product-img a img{-webkit-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition)}.product-wrap h3{margin:0 0 5px}@media only screen and (min-width:768px) and (max-width:991px){.product-wrap h3{font-size:22px!important}}@media only screen and (max-width:767px){.product-wrap h3{font-size:20px!important}}.product-wrap span{color:var(--primary-color)}.product-wrap:hover .product-img a img{-webkit-transform:rotate(50deg);-ms-transform:rotate(50deg);transform:rotate(50deg)}