.products {
  padding: 0 1em;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  .products {
    max-width: 100%;
  }
}

.products {
  padding: 0 1em;
  margin: 0 auto;
}

#module-description {
  display: grid;
  gap: 1em;
}

.products-bzmodules-heading {
  margin-top: 5rem;
}

.bz-modules-product-card-list .product-card-header {
  --card-color-s: 0%;
  --card-color-l: 50%;
  --card-color-h: 0;
}
.bz-modules-product-card-list .product-card-icon {
  background-size: contain;
}

#module-description {
  grid-template-columns: 0.5fr 1fr;
  gap: 10vw;
}
@media screen and (max-width: 767px) {
  #module-description {
    grid-template-columns: 1fr;
  }
}
#module-description img {
  width: 100%;
}
#module-description p {
  margin: 1rem 0;
  font-size: 0.9rem;
}
