.recent-posts{display:flex;flex-direction:column}.recent-posts .recent-post{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:center}.recent-posts .recent-post>div:not(.recent-post__featured-img){padding:clamp(10px,1.25vw,20px) clamp(5px,.8675vw,10px)}.recent-posts .recent-post .recent-post__featured-img{flex-basis:30%}.recent-posts .recent-post .recent-post__featured-img img{width:100%}.recent-posts .recent-post .recent-post__content{flex-basis:70%}.recent-posts .recent-post .recent-post__content :first-child{margin-top:0}.recent-posts .recent-post .recent-post__content :last-child{margin-bottom:0}.recent-posts .recent-post .recent-post__content strong{font-weight:700}.recent-posts .recent-post .recent-post__content p a{color:#000;font-weight:500}@media screen and (max-width:800px){.recent-posts{gap:40px}.recent-posts .recent-post{flex-wrap:wrap;gap:0}.recent-posts .recent-post .recent-post__content,.recent-posts .recent-post .recent-post__featured-img{flex-basis:100%}}