/* Base */

/* Primary */

/* Secondary */

/* Containers */

/* Header height */

/* Rich text */

/* Widths */

/* Spacing */

/* Radius */

/* Misc */

.m-text__container {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(6, 1fr);
}

@media only screen and (min-width: 768px) {
  .m-text__container {
    gap: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .m-text__container {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(12, 1fr);
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .m-text__container {
    gap: 1.5rem;
  }
}

.m-text__inner {
  grid-column: 1/span 6;
}

@media only screen and (min-width: 768px) {
  .m-text__inner {
    grid-column: 3/span 8;
  }
}


/*# sourceMappingURL=text.css.map*/