/* ---------------------------------------------------------------------- */
/*                          Block ACF  - CTA Simple                       */
/* ---------------------------------------------------------------------- */
.cta-simple {
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
}
.cta-simple .content__title h1, .cta-simple .content__title h2, .cta-simple .content__title h3 {
  letter-spacing: 0px;
  color: #061620;
  font-weight: 600;
}
.cta-simple .content__title h1 span, .cta-simple .content__title h1 u, .cta-simple .content__title h2 span, .cta-simple .content__title h2 u, .cta-simple .content__title h3 span, .cta-simple .content__title h3 u {
  text-decoration-color: var(--medium-yello) !important;
  text-underline-offset: 5px !important;
  text-decoration-thickness: 3px !important;
}
@media screen and (min-width: 768px) {
  .cta-simple .content__title h1 span, .cta-simple .content__title h1 u, .cta-simple .content__title h2 span, .cta-simple .content__title h2 u, .cta-simple .content__title h3 span, .cta-simple .content__title h3 u {
    text-underline-offset: 8px !important;
    text-decoration-thickness: 4px !important;
  }
}
.cta-simple .content__description {
  font-style: normal;
  font-weight: 300;
  color: var(--text-grey);
}
.cta-simple .content__description ul {
  margin-left: 40px;
}
.cta-simple .content__description li {
  list-style: none;
  line-height: 26px;
  font-size: 16px;
}
.cta-simple .content__description li::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-left: -45px;
  margin-bottom: -7px;
  height: 25px;
  width: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(./images/check.svg);
}
.cta-simple .content__btn {
  display: inline-flex;
  gap: 35px;
}

/*# sourceMappingURL=block-cta-simple.css.map */
