@media (max-width: 767px) {
  
  /* Hides the "Events & News" section */
  .scharf-home-blog {
    display: none !important;
  }
  
}