.three-col-cards-002 {
  position: relative
}

.three-col-cards-002--bg-body {
  --tw-bg-opacity: 1;
  background-color: rgb(23 40 29 / var(--tw-bg-opacity, 1))
}

.three-col-cards-002--bg-body .three-col-cards-002__column {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 242 / var(--tw-bg-opacity, 1))
}

.three-col-cards-002--bg-body .three-col-cards-002__heading,
        .three-col-cards-002--bg-body .three-col-cards-002__subheading,
        .three-col-cards-002--bg-body .three-col-cards-002__subheading * {
  --tw-text-opacity: 1 !important;
  color: rgb(244 244 242 / var(--tw-text-opacity, 1)) !important
}

.three-col-cards-002--bg-body .three-col-cards-002__column-heading,
        .three-col-cards-002--bg-body .three-col-cards-002__column-heading *,
        .three-col-cards-002--bg-body .three-col-cards-002__column-content,
        .three-col-cards-002--bg-body .three-col-cards-002__column-content * {
  --tw-text-opacity: 1 !important;
  color: rgb(23 40 29 / var(--tw-text-opacity, 1)) !important
}

.three-col-cards-002__container {
  position: relative;
  z-index: 1
}

.three-col-cards-002__header {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px
}

.three-col-cards-002__heading {
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1))
}

.three-col-cards-002__subheading {
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 24px;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1))
}

.three-col-cards-002__subheading * {
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1))
}

.three-col-cards-002__columns {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem
}

@media (min-width: 768px) {
  .three-col-cards-002__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (min-width: 1024px) {
  .three-col-cards-002__columns {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

.three-col-cards-002__column {
  min-width: 0px;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(23 40 29 / var(--tw-bg-opacity, 1));
  padding: 60px
}

.three-col-cards-002__column-heading {
  font-size: 28px !important;
  line-height: 100% !important;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(244 244 242 / var(--tw-text-opacity, 1))
}

.three-col-cards-002__column-content {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 18px;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(244 244 242 / var(--tw-text-opacity, 1))
}

.three-col-cards-002__column-content * {
  --tw-text-opacity: 1;
  color: rgb(244 244 242 / var(--tw-text-opacity, 1))
}

.three-col-cards-002__buttons-below {
  margin-top: 2rem;
  justify-content: center
}

@media (min-width: 1024px) {
  .three-col-cards-002__buttons-below {
    margin-top: 3rem
  }
}
