.recent-posts{display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin-bottom:35px}.recent-posts__post{background-color:#fff;display:flex;flex-direction:column;height:100%;justify-content:space-between;min-width:403px}.recent-posts__image{max-height:200px;object-fit:cover;width:100%}.recent-posts__title{color:#333;font-family:Hanken Grotesk;font-size:24px;font-weight:700;line-height:28.8px;word-wrap:break-word}.recent-posts__details{display:flex;flex-direction:column;gap:20px;margin:auto;padding:30px;width:100%}.recent-posts__taglist a:hover{text-decoration:underline}.recent-posts__taglist a{color:#377c96;font-family:Hanken Grotesk;font-size:16px;font-weight:400;line-height:24px;word-wrap:break-word}.recent-posts__eyebrow{color:#073647;font-family:Hanken Grotesk;font-size:14px;font-weight:700;letter-spacing:1px;line-height:16.8px;padding:5px 14px;text-transform:uppercase;word-wrap:break-word;align-self:flex-start;border-radius:20px;margin-bottom:0}@media (max-width:430px){.recent-posts{display:flex;flex-direction:column;gap:30px}.recent-posts__post{min-width:0}}