How can I make my Broadcast theme mobile responsive?

Currently my site is not looking good on mobile. I need the sections to be stacked on mobile vs left-right scroll.

The sections shown are: Press section with logos, Testimonials section, and Instafeed Instagram feed.

I’ve seen some recommendations on adding this

@media only screen and (max-width: 600px) { }

in my theme.css file and theme.liquid file with no success for the mobile site.

My site is not published, but here is the preview link: https://ujeg4xyvmz4kw071-64472711401.shopifypreview.com

Thanks in advance!

@naizhao

Welcome to Shopify Community,
You can try this,

@media only screen and (max-width: 749px) { }

for mobile view Responsiveness,.

Thanks. I tried adding it tomy theme.css file and theme.liquid file with no success for the mobile site.