.recent-posts-row,.recent-posts-col{box-sizing:border-box;display:flex}.recent-posts-row{flex-direction:row;flex-wrap:wrap;gap:30px}.recent-posts-col{flex-direction:column;justify-content:center;align-items:center;width:calc((100% / 3) - 20px)}@media screen and (max-width:1440px){.recent-posts-col{width:calc((100% / 2) - 20px)}}@media screen and (max-width:980px){.recent-posts-col{width:100%}}