I want to hide this section in mobile

Hi i want to hide this section in mobile

url - https://784221-79.myshopify.com/

hi @hem0903

@media (max-width: 768px) {
  #shopify-section-template--23864204296523__side_media_with_text_RrCjwb {
    display: none;
  }
}

Please add this code in your theme CSS file.

If this helps you, please like and accept this as solution.

Thank you