.recent-posts-section{display:flex;flex-direction:column;gap:24px}.recent-posts-section .recent-posts-section-title{color:#000;font-size:32px;font-weight:600;margin-bottom:0;text-align:center}.recent-posts-section .recent-posts-blogs-section{display:grid;gap:24px;grid-template-rows:repeat(4,auto)}.recent-posts-section .recent-posts-item_publish-date{color:#969595;font-size:16px;line-height:18px;margin-bottom:12px;text-decoration:none}.recent-posts-section a{color:#000}.recent-posts-section a,.recent-posts-section a:active,.recent-posts-section a:hover{text-decoration:none}.recent-posts-section .recent-posts-item_content{color:#000;display:flex;flex:1;flex-direction:column}.recent-posts-section .recent-posts-item_html-title{color:#000;color:#141414;font-size:20px;font-weight:400;line-height:20px;text-decoration:none}.recent-posts-section .recent-posts-item_content_summary{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;color:#000;-webkit-line-clamp:3;margin-bottom:0}.recent-posts-section .recent-posts-item{display:flex;flex-direction:row;gap:10px}.recent-posts-section .recent-posts-item .recent-posts-item_image-wrapper{flex:1}.recent-posts-section .recent-posts-item .recent-posts-item_image{aspect-ratio:1.5;border-radius:20px;height:auto;object-fit:contain;width:100%}a.recent-posts-item:hover .recent-posts-item_html-title{color:#1581e8}a.recent-posts-item:hover .recent-posts-item_image{filter:opacity(.75)}@media only screen and (max-width:1024px){.recent-posts-section .recent-posts-item_publish-date{margin-bottom:8px}.recent-posts-section .recent-posts-item .recent-posts-item_html-title{font-size:18px}.recent-posts-section .recent-posts-blogs-section{gap:12px}}