.partnership-opportunities-block {
  background: var(--Primary-Dark-Teal);
  padding-top: 6.4rem;
}
@media screen and (min-width: 992px) {
  .partnership-opportunities-block {
    padding-top: 10rem;
  }
}
.partnership-opportunities-block .top-content {
  text-align: center;
}
.partnership-opportunities-block .top-content h3 {
  color: white;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 992px) {
  .partnership-opportunities-block .top-content h3 {
    margin-bottom: 5.6rem;
  }
}
.partnership-opportunities-block .top-content h2 {
  color: white;
  text-align: center;
  font-family: var(--font-family-supreme);
  font-size: var(--heading-h1);
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -2.8px;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}
.partnership-opportunities-block .card-icons-body {
  display: block;
  justify-content: space-between;
  align-items: start;
  padding: 3.2rem 1.6rem;
  border-top: 1px solid white;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .partnership-opportunities-block .card-icons-body {
    display: flex;
  }
}
.partnership-opportunities-block .card-icons-body h3 {
  flex: auto;
  margin-bottom: 0.8rem;
  color: white;
}
@media screen and (min-width: 1025px) {
  .partnership-opportunities-block .card-icons-body h3 {
    flex: 0 0 17.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .partnership-opportunities-block .card-icons-body h3 {
    margin-bottom: 0;
  }
}
.partnership-opportunities-block .card-icons-body p {
  flex: auto;
  margin: 0;
  color: white;
}
@media screen and (min-width: 1025px) {
  .partnership-opportunities-block .card-icons-body p {
    flex: 0 0 43.5rem;
  }
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.partnership-opportunities-block.partner-opportunities {
  padding: 10rem 0;
}
.partnership-opportunities-block.partner-opportunities .top-content {
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .partnership-opportunities-block.partner-opportunities .top-content {
    max-width: 42%;
  }
}
.partnership-opportunities-block.partner-opportunities .card-icons-body h3 {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .partnership-opportunities-block.partner-opportunities .card-icons-body h3 {
    max-width: 20%;
  }
}/*# sourceMappingURL=style.css.map */