How do you make the blog post swipable on mobile?

Hello, I was wondering how would you go about making the blog post display swipable, just like a “multicolumn” section. I attached an image of which section I’m talking about. My website is nobluelens.com

@DanielRoman

oh sorry for this issue can you please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-featured-blog.css ->paste below code at the bottom of the file.
@media screen and (max-width: 749px){
.blog__posts.articles-wrapper {justify-content: start;}
}

Yah, this works great, but is it also possible to add arrows on the bottom just like on the multicolumn section below? (Just so the user knows it’s swappable).

@DanielRoman

yes possible to more customization or you have used multicolumn section add your content as per blog