/*
 * @file
 * Provides the layout styles for layout_threecol_33_34_33.
 */


.layout--fourcol div.layout__region--bottom {
  width: 100%;
  height: auto;
  min-width: 0;
  min-height: 0;
  flex: 0 1 100%;
  padding: 0;
}

@media (min-width: 48rem) {
  .layout--twoNewsCol {
    display: flex;
    gap: 24px;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .layout__region--main {
    width: calc(50% - 20px);
  }

  .layout__region--second-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 12px);
    gap: 18px;
  }
  .layout__region--second-wrapper > .layout__region {
    width: calc(50% - 9px);
  }
}
