.products-usp {margin-bottom:40px;}
.products-usp .swiper-pagination-bullet {background: #000;} 
.products-usp .sectionheading {margin-top:0px;}
.products-usp {text-align: center;}
.products-usp img {width:80%;height:auto;}
.products-usp h4 {margin: 10px 0;text-transform: uppercase;font-weight: 600;font-size: 18px;}
.products-usp p {margin: 0;font-size: 14px;line-height: 1.4;font-weight: 300;}
@media only screen and (max-width: 767px){
  .products-usp {margin-bottom:0px;}
  .products-usp img {width:90%;}
  .products-usp h4 {font-size:16px;}
  .products-usp p {font-size:12px;}
  .products-usp .swiper-pagination {position: relative;margin-top: 15px;}
}