.section-advanced .wrapper .blocks-wrapper {
  display: grid;
}
@media only screen and (min-width: 769px) {
  .section-advanced .blocks-wrapper {
    flex-direction: row;
  }
}
