.blog_tiles{display:flex;gap:12px;justify-content: space-between;flex-wrap:wrap;}
.blog_tiles>div{width:32%;}


@media screen and (max-width:686px){
    .blog_tiles>div{width:auto;}
}

