.product-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 56px;
}

.mob-slider {
  display: none;
}

.s-heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
    color: #1a274e;
  margin-bottom: 40px;
}

.homepage-products-section {
  margin-bottom: 124px;
  margin-top: 56px;
}

@media (max-width: 1370px) {
  .product-item, .product-item img {
    width: 100%;
  }

  .product-item {
    max-width: 292px;
  }

  .product_main_price {
    font-size: 24px;
    line-height: 24px;
  }

  .s-heading {
    font-size: 24px;
  }
}

@media (max-width: 1132px) {
  .s-heading {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 630px) {
  .product-container {
    display: none;
  }

  .mob-slider {
    display: block;
  }

  .homepage-products-section {
    margin-bottom: 72px;
  }

  .s-heading {
    font-size: 20px;
    line-height: 24px;
  }

  .add-product {
    padding: 5px 5px 1px;
  }

  .product-img {
    padding: 8px;
  }
}
