@media screen, (min-width: 768px) {
  .collection__desktop-content {
    display: block;
  }

  .collection__mobile-content {
    display: none;
  }
}