#fw-section-hero-6b5439b3-d37c-46bc-a4ca-d65b9ef8e37d {
--color-primary: #b66a2c;
--color-primary-rgb: 182, 106, 44;
--color-background: #f4ebdd;
--color-background-rgb: 244, 235, 221;
--color-on-background: #fff8ee;
--color-on-background-rgb: 255, 248, 238;
--color-on-primary: #fff8ee;
--color-on-primary-rgb: 255, 248, 238;
--color-product-image-background: #fff8ee;
--color-background-brightness: 236;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #b66a2c;
--primary-btn-text: #fff8ee;
--primary-btn-border-color: #fff8ee;
--secondary-btn-bg: transparent;
--secondary-btn-text: #fff8ee;
--secondary-btn-border-color: #fff8ee;
@media (max-width: 768px) {
  .section-background__image {
    background-position: right center !important;
  }

  .hero__content {
    width: 58% !important;
  }

  .hero__cta .button {
    width: auto !important;
    min-width: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
}

#fw-section-image-with-text-93086ecd-c13f-450a-ad8c-a02a3f516b67 {

.image-with-text__image-container {
  width: 100% !important;
  max-width: 100% !important;
}

.image-with-text__image {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

@media (max-width: 768px) {
  .image-with-text__image-container {
    width: 100% !important;
  }

  .image-with-text__image {
    width: 100% !important;
    height: auto !important;
  }
}
}