.product-list{margin: 0 -25px;}
.product-list li{    width: 25%;padding: 0 25px;}
.product-list li:nth-child(n+5){margin-top: 60px;}
.product-list li .prod-info:after{content: none;}
.product-list li .box{position: relative;display: block;overflow: hidden;}
.product-list li .prod-img{display: block;position: relative;overflow: hidden;border-radius: 20px 3px;}
.product-list li .prod-info{position: absolute;bottom: 0;left: 0;right: 0;z-index: 1;max-width: 190px;margin: 0 auto;text-align: center;justify-content: center;}
.prod-img{border-bottom: 0;}
/*.product-list li .prod-img:after{content: "";position: absolute;bottom:0;left:0;right:0;width: 100%;height: 100%;background: linear-gradient( to bottom , transparent, #000);}*/
.product-list li a.box:hover .text-20{color: #FFEE00;}
.product-list  .prod-info .text-20{font-size: 28px;line-height: 32px;color: #fff;}


.productpg .hm-testimonial .need-text {top:0;}




/* START MEDIA QUERY */
@media screen and (max-width: 1365.99px){
    .product-list {margin: 0 -10px;}
    .product-list li{padding: 0 10px;}
    .product-list li:nth-child(n+5) {margin-top: 20px;}

    .decorative-films .product-list li .prod-info .text-20{font-size: 22px;}
}

@media screen and (max-width: 1199.99px){
    .product-list {margin: 0 -6px;justify-content: center;}
    .product-list li{padding: 0 6px;width: 33.33%;}
    .product-list li:nth-child(n+4){margin-top: 2rem;}
    .product-list .prod-info .text-20 {font-size: 22px;line-height: 28px;}

   
}
@media screen and (max-width: 991.99px){
    .product-list li{width: 50%;} 
    .product-list li:nth-child(n+3){margin-top: 1rem;}
    .product-list li .prod-info .text-20 {padding: 0 10px;font-size: 18px;line-height: 22px;}
}
@media screen and (max-width: 768.99px){
    .decorative-films .product-list li {width: 50%;}
    .decorative-films .product-list li:nth-child(n+3) {margin-top: 30px;}
}
