.homepage-products {
  padding: 56px 0 80px;
  background: var(--color-light);
  overflow: hidden;
}

.homepage-products .section-heading {
  padding-right: 0;
}

.tc-product-slider__track {
  position: relative;
}

.tc-product-slider__track .slick-list {
  margin: 0 -10px;
  overflow: visible;
}

.homepage-products__footer {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .homepage-products .section-heading {
    padding-right: 120px;
  }
}

@media (min-width: 992px) {
  .homepage-products {
    padding: 76px 0 100px;
  }

  .homepage-products__footer {
    margin-top: 38px;
  }
}