Need assistance on Our Story Page formatting

We are facing a issue with this page (https://www.jiwya.com/pages/our-story/) where the text should appear next to the image, but the formatting has gone wrong. Please assist

Hello @Jiwya ,

I think you can manage it from page section settings.

btw if not please follow:

  1. Go to Online Store → Theme → Edit code

  2. Open your assets → custom-style.css file and paste the following code at the bottom:

.our_story_section .col-md-6:first-child {
    display: none;
}

Regards
Guleria

Thank you, the code worked perfectly!