.blog-posts__wrapper h2{margin-bottom:60px;text-align:center}.blog-posts{display:grid;gap:30px;grid-template-columns:1fr}.post-box{background:#fff;border-radius:1px;box-shadow:0 0 3px rgba(0,0,0,.18);color:#6c6c6d;font-size:16px}.post-box-image{aspect-ratio:367/204;display:block;position:relative}.blog-posts__resources .post-box-image{aspect-ratio:812/1046}.post-box-image img{height:100%;object-fit:cover;width:100%}.post-box-content{padding:30px;text-align:left}.post-box-content h3{font-size:20px;font-weight:400;margin:0;min-height:58px}.post-box-content h3 a{text-decoration:none}.post-box-content h3 a::hover{text-decoration:hover}.post-box-content>p:last-child{font-size:18px;font-weight:700}@media (min-width:768px){.blog-posts{grid-template-columns:repeat(3,1fr)}}