/*
 * @file
 * Provides the layout styles for two-column layout section.
 */


@media screen and (min-width: 40em) {
  .layout--twocol-section.layout--helluva-one-two > .layout-inner > .layout__region--first,
  .layout--twocol-section.layout--helluva-one-two > .layout-inner > .layout__region--second {
    flex: 0 1 50%;
  }
}
