body .legacy-url-block {
  padding: 2rem 0;
}

@media screen and (min-width: 40em) {
  .paragraph--type--layout .layout--twocol-section,
  .paragraph--type--layout .layout--threecol-section,
  .paragraph--type--layout .layout--fivecol-section {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .paragraph--type--layout .layout--twocol-section,
  .paragraph--type--layout .layout--threecol-section,
  .paragraph--type--layout .layout--fivecol-section {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=../sourcemaps/global-custom.css.map */
