.product-list-wrapper{ 
  max-width: 980px;
    margin: 100px auto 0 auto;
}


@media (max-width: 768px) {/* -----------------------~768px *----------------*/
.product-list-wrapper{ 
    margin: 53px auto 0 auto;
}
}