.store-products-section {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
  background: var(--gray-200);
}
@media (max-width: 991px) {
  .store-products-section {
    height: auto;
    padding: 35px 0;
  }
}
