.HomeAbout {
  flex: 1;
}

.HomeAbout-text {
  margin-bottom: var(--spaceMd);
  font-size: var(--textXs);
}

@media (max-width: 48rem) {
  .HomeAbout-text {
    font-size: var(--textSm);
  }
}

.HomeAbout-text a, .HomeAbout-text strong {
  font-weight: 500;
}

/*# sourceMappingURL=home-about.min.css.map */
