.layout--threecol-33-34-33 {
  display: flex;
  flex-wrap: wrap;
}

.layout--threecol-33-34-33 .media-with-text {
  container-type: normal;
}

@media screen and (min-width: 40em) {
  .layout--threecol-33-34-33 > .layout__region--first,
  .layout--threecol-33-34-33 > .layout__region--third,
  .layout--threecol-33-34-33 > .layout__region--second {
    display: flex;
    flex: 1;
    width: calc(100% / 3);
    justify-content: space-between;
  }
}
