@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .programme_img {
    display: none;
  }

  .platform_container {
    background-size: 100%;
  }

  .case_list {
    grid-template-columns: repeat(2, 1fr);
  }
}