.recent-posts{display:flex;flex-wrap:wrap;gap:2rem}.recent-posts-card{display:flex;flex:1 1 calc(33.333% - 2rem);flex-direction:column}.recent-posts-card-image{display:block;height:220px;position:relative;width:100%}.recent-posts-card-image img{border-radius:0;display:block;height:100%;object-fit:cover;width:100%}.recent-posts-card-tag{background:var(--mcevergreen);border-radius:10rem;bottom:-1rem;color:#fff;font-size:.875rem;font-weight:700;padding:.3rem .75rem;position:absolute;right:1rem;white-space:nowrap}.recent-posts-card-title{margin-bottom:.5rem;margin-top:2rem}.recent-posts-card-title:hover a{text-decoration:underline}.recent-posts-card-title a{color:var(--mcblue);font-weight:600;text-decoration:none}.recent-posts-card-summary{margin:.5rem 0 1rem}.recent-posts-card-link{color:var(--mcevergreen);font-weight:700;text-decoration:none}.recent-posts-card-link:hover{color:var(--mcdeepred)}@media (max-width:900px){.recent-posts-card{flex:1 1 100%}}