.page--product_srh .w-adjust li:nth-child(-n+4) {
  margin-top:0;
}
.page--product_srh .product-list{
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page--product_srh .w-adjust li:nth-child(-n+4) {
    margin-top:60px;
  }
  .page--product_srh .w-adjust li:first-of-type,
  .page--product_srh .w-adjust li:nth-of-type(2){
    margin-top:0 !important;
  }
}