.HomeProducts {
  margin: calc(var(--sizeModuleHorizontalOffset) - var(--spaceLg)) auto;
}

.HomeProducts-frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.HomeProducts-title {
  margin-bottom: clamp(24px, calc(12.06122px + 3.18367vw), 63px);
}

.HomeProducts-button {
  width: fit-content;
  margin: 2rem auto 0;
}

@media (min-width: 64.01rem) {
  .HomeProducts-button {
    margin: 4rem auto 0;
  }
}

/*# sourceMappingURL=home-products.min.css.map */
