.recent-posts__heading{margin-bottom:10rem;text-align:center}.recent-posts__wrapper{display:grid;gap:5rem;grid-template-columns:repeat(3,minmax(0,1fr))}.recent-posts__post{display:flex;flex-direction:column;height:100%}.recent-posts__post h3{margin-top:2rem}.recent-posts__post h3 a{font-weight:700}.recent-posts__post img{aspect-ratio:5/4;border-radius:8px;margin-bottom:3rem;max-width:100%;object-fit:cover;width:100%}.recent-post__tag{background-color:var(--light-grey);border-radius:4px;color:var(--green);font-size:1.4rem;margin-right:.5rem;padding:.4rem .8rem}a.recent-posts__post--link{align-items:center;color:var(--grey);display:inline-flex;font-weight:400;margin-top:auto}a.recent-posts__post--link svg{margin-left:.5rem;transition:var(--transition)}a.recent-posts__post--link:hover svg{margin-left:1rem}.recent-posts--button{display:flex;justify-content:center;margin-top:10rem}@media screen and (max-width:1024px){.recent-posts__wrapper{gap:3rem;grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:767px){.recent-posts__heading{margin-bottom:5rem}.recent-posts__wrapper{grid-template-columns:1fr}.recent-posts--button{margin-top:5rem}}