.content-001 {
  z-index: 2 !important;
  max-width: unset;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  line-height: 110%;
  line-height: 1
}

/** Define the spacing between heading and content */

.content-001 + .buttons__wrap {
  padding-top: 1.75rem
}

@media (min-width: 768px) {
  .content-001 + .buttons__wrap {
    padding-top: 2rem
  }
}

.content-001 a {
  text-decoration-line: underline !important
}

.content-001 a:hover {
  text-decoration-color: transparent !important
}

.content-001 b, .content-001 strong {
  font-weight: 900
}

/* .content-001 p + p {@apply pt-2} */
