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

.oq-3col {
  display: flex;
  flex-wrap: wrap;
}

.oq-3col>div {
  flex: 0 1 100%;
}

@media screen and (min-width: 40em) {

  .oq-3col>.group-left,
  .oq-3col>.group-right {
    flex: 0 1 33%;
  }

  .oq-3col>.group-center {
    flex: 0 1 34%;
  }
}
