/* Mimic the styles of h1, h2, and h3 but apply them to divs so the Learn More Box does not need to generate headings */
.cmp-learn-more-box__container {
  margin-bottom: 30px;
}
.cmp-learn-more-box__container p.clearfix {
  margin-bottom: 0;
}
.cmp-learn-more-box__title {
  color: var(--bgsu-teal);
  font-size: 2.4rem;
  font-family: var(--headline-font);
  font-weight: var(--heading-black-weight);
  margin: 0;
  line-height: 1.0;
}
.cmp-learn-more-box__subtitle {
  color: var(--bgsu-brown);
  font-size: 1.5rem;
  font-weight: var(--heading-black-weight);
  margin-top: 10px;
  line-height: 1.0;
  font-family: var(--headline-condensed-font);
}
.cmp-learn-more-box__description {
  margin-top: 10px;
}
.cmp-learn-more-box__description p {
  margin-bottom: 1rem;
}
.cmp-learn-more-box__description p:last-of-type {
  margin-bottom: 10px;
}
.cmp-learn-more-box__link {
  margin-left: 0;
}
.cmp-learn-more-box__link:focus-visible {
  outline: var(--focus-outline);
  outline-offset: var(--focus-outline-offset-near);
}
