.course-block {
  padding: 6.4rem 0;
}
@media screen and (min-width: 992px) {
  .course-block {
    padding: 10rem 0;
  }
}
.course-block .title h2 {
  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;
  text-align: center;
}
.course-block .title h2 br {
  display: none;
}
@media screen and (min-width: 992px) {
  .course-block .title h2 br {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .course-block .title h2 {
    margin-bottom: 7.2rem;
  }
}
.course-block .course-wrapper {
  max-width: 55.2rem;
  margin: auto;
}
.course-block .course-wrapper figure {
  text-align: center;
  margin: 0 0 4rem 0;
}
@media screen and (min-width: 992px) {
  .course-block .course-wrapper figure {
    margin: 0 0 2.4rem 0;
  }
}
.course-block .course-wrapper .course-content h5 {
  color: var(--Primary-Dark-Magenta);
  margin-bottom: 0.8rem;
}
.course-block .course-wrapper .course-content h3 {
  margin-bottom: 0.8rem;
}
.course-block .course-wrapper .course-content p {
  margin-bottom: 2.4rem;
}
.course-block .course-wrapper .cta {
  margin-top: 4rem;
}
@media screen and (min-width: 992px) {
  .course-block .course-wrapper .cta {
    margin-top: 0;
  }
}/*# sourceMappingURL=style.css.map */