Here is the code snippet I recently submitted:
<section class="main-container">
<div class="grid-row no-gutters">
<div class="column-8">
<img class="full-width-img" src="pic/Indian.jpg" alt="">
</div>
<div class="column-md-8">
<p>
The recipe featured here is Tikka Masala, a popular dish in South India.
Though its origins remain a mystery to me, I am eager to explore and learn more about it.
Whenever I dine at Indian restaurants, this is my go-to choice because of its exceptional taste.
I highly recommend everyone to sample this dish at least once in their lifetime as it appeals to many palates.
</p>
</div>
</div>
</section>
I'm encountering issues with rendering this particular section. Can you please assist me?