#fw-section-image-with-text-1711647534 {
--color-primary: #070707;
--color-primary-rgb: 7, 7, 7;
--color-background: #fffc04;
--color-background-rgb: 255, 252, 4;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #363636;
--color-on-background-rgb: 54, 54, 54;
--color-product-image-background: #dedede;
--color-background-brightness: 225;
background-color: var(--color-background);
color: var(--color-on-background);
h2 {font-size: 3rem;line-height: 1.1;}
.image-with-text__text, .image-with-text__cta-container, .image-with-text__heading {max-width: 18rem;margin-left: auto;margin-right: auto;}
@media (max-width: 1025px) {
  .grid__column--6\@md:first-of-type {order:1}
}
}
#fw-section-custom-html-8370db47-3bbc-4f10-a97f-12f6217cea9d {

.shadow {box-shadow: #0003 0px 4px 10px}
section {background: linear-gradient(#E4E201, #fffc04 40%)}
}
#fw-section-image-with-text-1711634625 {

section {background: firebrick;position: relative; overflow: hidden;}
section:after{
  content:'';
  background:#a72122;
  width:150%;
  height:280px;
  position: absolute;
  left: -10%;
  bottom: -180px; 
  transform: rotate(-3deg)
}
.image-with-text__content{
  margin-bottom: 80px;
  color: aquamarine;
}
.image-with-text__content p{
  line-height: 1.85;
  font-size: 1.15rem;
}
@media (max-width: 1025px) {
  .grid__column--6\@md:first-of-type {order:1}
}
}