.recent_posts_top{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.recent_posts_top>*{margin:0;padding:0}.recent_posts_header{color:#051d35;font-family:Neue Kabel;font-size:32px}.recent_posts_seemore_link,.recent_posts_seemore_link:active,.recent_posts_seemore_link:focus,.recent_posts_seemore_link:hover,.recent_posts_seemore_link:visited{color:#051d35;font-family:Neue Kabel;font-size:16px;padding-right:15px;position:relative;text-decoration:none;text-transform:uppercase;top:3px}.recent_posts_seemore_link:after{content:">";font-size:18px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.recent_posts_collection{display:flex;flex-wrap:wrap;justify-content:space-between;list-style-type:none;margin:0;padding:0;row-gap:40px}.recent_posts_collection.align_flex_start{gap:30px;justify-content:flex-start}.empty_spacing,.recent_post_article{flex-basis:32%}.recent_post_link{display:flex;flex-direction:column;gap:20px}.recent_post_img{background:#fff;border-radius:10px;height:160px;overflow:hidden;width:100%}.recent_post_img img{height:100%;object-fit:cover;transition:transform .3s ease-in-out;width:100%}.recent_post_date,.recent_post_link,.recent_post_title{color:#051d35;font-family:Bozon,arial,sans-serif;text-decoration:none}.recent_post_date{font-size:14px;text-transform:uppercase}.recent_post_title{font-size:18px}.recent_post_link:hover .recent_post_img img{transform:scale(1.1)}@media (max-width:767px){.recent_posts_collection,.recent_posts_top{align-items:flex-start;flex-direction:column;row-gap:30px}}