.heading-001 {
  width: 100%;
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 36px;
  line-height: 100%;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1))
}

@media (min-width: 1024px) {
  .heading-001 {
    font-size: 40px;
    line-height: 100%
  }
}

@media (min-width: 1280px) {
  .heading-001 {
    font-size: 48px;
    line-height: 100%
  }
}

.heading-001 strong,
    .heading-001 b {
  position: relative;
  font-family: "Brandon Grotesque", sans-serif;
  font-weight: 300;
  text-transform: uppercase
}

.heading-001--left {
  text-align: left
}

.heading-001--right {
  text-align: right
}

.heading-001--right + .subheading-001 {
  text-align: right
}

.heading-001--center {
  text-align: center
}

.heading-001--center + .subheading-001 {
  text-align: center
}

.heading-001--center + .subheading-001 + .buttons__wrap {
  justify-content: center
}

.heading-001--center + .content-001 {
  text-align: center
}

.heading-001--center + .content-001 + .buttons__wrap {
  justify-content: center
}

/** Define the spacing between heading and any div */

.heading-001 + div {
  padding-top: 1.75rem
}

@media (min-width: 768px) {
  .heading-001 + div {
    padding-top: 2.5rem
  }
}

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

.heading-001 + .subheading-001 {
  padding-top: 1.5rem
}

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

.heading-001 + .content-001 {
  padding-top: 1.25rem
}

.heading-001 + .buttons__wrap {
  padding-top: 2rem
}

.heading-001.small {
  font-size: 24px;
  line-height: 100%
}

.heading-001.medium {
  font-size: 28px;
  line-height: 100%
}

@media (min-width: 768px) {
  .heading-001.medium {
    font-size: 36px;
    line-height: 100%
  }
}

.heading-001.large {
  font-size: 36px;
  line-height: 100%
}

@media (min-width: 768px) {
  .heading-001.large {
    font-size: 40px;
    line-height: 100%
  }
}