.cards{align-items:stretch;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:904px}.card{background:#f9f9f9;border-bottom:4px solid #a3cf62;display:block;padding:32px 24px 58px}.card,.card>*{position:relative}.card>*{z-index:2}.card:after{background:#a3cf62;bottom:6px;content:"";display:block;height:4px;left:0;position:absolute;right:0;z-index:2}.card-icon{height:4.8rem;margin:0 auto 1rem;text-align:center;width:4.8rem}.card-text{font-size:15px;font-weight:500;line-height:24px;text-align:center}.card-text p{margin-bottom:0}@media (max-width:991px){.cards{grid-template-columns:1fr}}.card__bg{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.card__bg img{height:100%!important;object-fit:cover;width:100%!important}