/* *****
This is a CSS partial, minified file. It is referenced by the theme by default in theme.liquid.
If you would like to edit this code we recommend swapping to the un-minified version.
For full details and instructions please see our documentation:
https://support.weareeight.com/hc/en-us/articles/360020366578-Un-minified-CSS-Javascript
***** */
.homepage-featured-content-wrapper {
  text-align: center;
}
.homepage-featured-content-wrapper .title-bar {
  margin-bottom: 32px;
}
.homepage-featured-content-wrapper .btn {
  margin-top: 32px;
}
.section-rich-text .title-bar {
  margin-bottom: var(--heading-margin-bottom);
}
.section-rich-text .featured-row__subtext ul {
  padding-left: 18px;
}
.section-rich-text .title-bar .title.h4 {
  font-size: var(--font-size-h4);
}
.section-rich-text .title-bar .title.h3 {
  font-size: var(--font-size-h3);
}
.section-rich-text .title-bar .title.h2 {
  font-size: var(--font-size-h2);
}
.section-rich-text .featured-row__subtext.paragraph-size-medium p,
.section-rich-text .featured-row__subtext.paragraph-size-medium li {
  font-size: var(--font-size-body);
  line-height: var(--line-height-loose);
}
.section-rich-text .featured-row__subtext.paragraph-size-large p,
.section-rich-text .featured-row__subtext.paragraph-size-large li {
  font-size: var(--font-size-paragraph);
  line-height: var(--line-height-loose);
}
@media (max-width: 989px) {
  .section-rich-text .title-bar .title.h4 {
    font-size: var(--font-size-h4-mobile);
  }
  .section-rich-text .title-bar .title.h3 {
    font-size: var(--font-size-h3-mobile);
  }
  .section-rich-text .title-bar .title.h2 {
    font-size: var(--font-size-h2-mobile);
  }
}