.block-post-cards{position:relative;padding:50px 0 80px}
.block-post-cards .posts{position:relative;display:grid;grid-template-columns:repeat(1,1fr);gap:39px;width:100%}
.block-post-cards .posts .post-card{width:100%;-webkit-box-shadow:0 3px 10px rgba(0,0,0,.0980392157);box-shadow:0 3px 10px rgba(0,0,0,.0980392157);background:#fff;height:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.block-post-cards .posts .post-card a{text-decoration:none;display:block;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;height:100%}
.block-post-cards .posts .post-card .image{position:relative;max-width:100%;height:auto;aspect-ratio:1.1948/1;background:#f6f6f6;display:inline-block;overflow:hidden}
.block-post-cards .posts .post-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.block-post-cards .posts .post-card .card-content{padding:27px 34px 34px;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-flex:1;flex:1}
.block-post-cards .posts .post-card .card-content .card-title{margin:0;font-size:26px;line-height:31px;font-weight:bold;letter-spacing:0;color:#00335c;text-decoration:none}
.block-post-cards .posts .post-card .card-content .card-excerpt{font-size:16px;line-height:26px;font-weight:normal;letter-spacing:0;color:#000;margin:21px 0}
.block-post-cards .posts .post-card .card-content .learn-more{margin-top:auto}
.block-post-cards .posts .post-card .card-content .learn-more .edg-link{color:#02854a;text-transform:uppercase;letter-spacing:.48px;font-size:12px;line-height:15px;font-weight:bold}
.block-post-cards .posts .post-card .card-content .learn-more .edg-link::after{background-color:#02854a}
.block-post-cards .posts .post-card:hover{-webkit-box-shadow:0 3px 10px rgba(0,0,0,.1607843137);box-shadow:0 3px 10px rgba(0,0,0,.1607843137)}
.block-post-cards .posts .post-card:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}
.block-post-cards .posts .post-card:hover .card-content .edg-link::before{width:100%;opacity:1}
.block-post-cards .posts .post-card:hover .card-content .edg-link:after{right:-25px}
@media(min-width:768px){.block-post-cards .posts{grid-template-columns:repeat(2,1fr);gap:21px}
}@media(min-width:992px){.block-post-cards{padding:80px 0}
}@media(min-width:1280px){.block-post-cards .posts{grid-template-columns:repeat(3,1fr)}
}