.footer-menu-grid {
  grid-template-columns: 1fr 2fr 1fr;
}
.footer-bold-img {
  font-size: 5rem;
}
.w-webflow-badge {
  display: none !important;
}
#email-form .group {
  flex-direction: column !important;
}
.error-messages {
  color: red;
}
.products {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  margin-top: 50px;
}
.products .left {
  width: 50%;
  text-align: center;
}
.products .left .icon {
  width: 100%;
  max-width: 300px;
  border-radius: 20px;
}
.products .right {
  width: 50%;
}
.products .right h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
/*# sourceMappingURL=style.css.map */