/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.section-three-columns .container:not(.fullwidth) {
  display: grid;
  gap: 2em;
  grid-template-columns: 1fr; }
  @media (min-width: 768px) {
    .section-three-columns .container:not(.fullwidth) {
      grid-template-columns: repeat(1, 1fr); } }
  @media (min-width: 981px) {
    .section-three-columns .container:not(.fullwidth) {
      grid-template-columns: repeat(3, 1fr); } }

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