.section-products {
  background-color: #f8f9fa;
  padding: 4.8rem 0;
}

.container-products {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 1.6rem;
}

.products-box {
}

.products-img-box {
  height: 10rem;
}

.products-img {
  border-radius: 24px;
  height: 100%;
}

.products-img-element {
  height: 120%;
}

.products-img-wind {
  margin-top: 1.6rem;
}

.products-sub-heading {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-top: 1.8rem;
}
