.cove-bg-image-hero{position:relative;overflow:hidden;background:var(--brand-primary-dark)}.cove-bg-image-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.36}.cove-bg-image-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(39,64,46,.72)}.cove-bg-image-hero .container{position:relative;z-index:2}.cove-bg-image-hero .cove-kicker,.cove-bg-image-hero h1,.cove-bg-image-hero p{color:#fff}.cove-image-card-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.cove-image-card-grid article{background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;box-shadow:0 14px 34px rgba(26,32,44,.07)}.cove-image-card-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.cove-image-card-grid h2,.cove-image-card-grid p{padding-left:22px;padding-right:22px}.cove-image-card-grid h2{padding-top:20px;font-size:1.25rem}.cove-image-card-grid p{padding-bottom:24px}@media (max-width:991px){.cove-image-card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.cove-image-card-grid{grid-template-columns:1fr}}