.recent-blog-posts{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.recent-blog-posts__header{align-items:center;display:flex;justify-content:space-between;width:100%}.recent-blog-posts__header h2{margin-bottom:0}.recent-blog-posts__header a{display:flex;font-weight:700;gap:8px;justify-content:end;margin-bottom:0}.recent-blog-posts__header a svg{width:8px;fill:#f15b43}.recent-blog-posts__post{box-shadow:0 5px 15px rgba(0,0,0,.3);flex:0 0 calc(25% - 18px);max-width:calc(25% - 18px)}@media (max-width:1150px){.recent-blog-posts__post{flex:0 0 calc(50% - 12px);max-width:calc(50% - 12px)}}@media (max-width:767px){.recent-blog-posts__post{flex:1 1 100%;margin:0 auto;max-width:400px}}.recent-blog-posts__post:hover{box-shadow:0 5px 20px 3px rgba(0,0,0,.3)}.recent-blog-posts__post-title{color:#3a9eb5;margin-bottom:0;padding:8px}.recent-blog-posts__post-image{height:250px}.recent-blog-posts__post-image img{height:100%;object-fit:cover;width:100%}.recent-blog-posts__author-date{padding:0 8px 8px}.recent-blog-posts__author-date,.recent-blog-posts__author-date span{color:#99a4ae;font-size:14px;font-style:italic;font-weight:400}.recent-blog-posts>h5{display:block;text-align:left;width:100%}