.section--show-mobile {
  display: none;
}

@media screen and (max-width: 749px) {
  .section--show-mobile {
    display: block;
  }

  .section--show-desktop {
    display: none;
  }
}
