.sd-acf-layouts-hero {
  padding-top: 180px;
}
.sd-acf-layouts-hero .sd-hero-image-container {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  width: 50%;
}
.sd-acf-layouts-hero .sd-hero-image-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 335px;
  background: linear-gradient(90deg, rgb(253, 198, 8) 15%, rgba(217, 217, 217, 0) 100%);
}
.sd-acf-layouts-hero .sd-hero-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sd-acf-layouts-hero .sd-hero-buttons {
  display: flex;
  align-items: center;
}
.sd-acf-layouts-hero .sd-hero-buttons .sd-block-button:not(:last-child) {
  margin-right: 20px;
}

/*# sourceMappingURL=style.css.map */
