.cards-wrapper{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:space-between}.card{width:calc(25% - 20px)}.card .icon-container{border-radius:5px;height:45px;margin-bottom:24px;padding:8px;width:45px}.card .card-img{border-radius:12px;height:230px;margin-bottom:40px;object-fit:cover;object-position:center;width:100%}.card .card-title{color:#fff;font-size:1.25rem;font-weight:500!important;margin-bottom:10px}.card .card-content{color:hsla(0,0%,100%,.7);font-size:16px;line-height:24px;margin-bottom:16px}.card .card-cta{font-size:18px}@media screen and (max-width:1023px){.card{width:calc(50% - 20px)}.card .card-img{aspect-ratio:1/1;height:auto}}@media screen and (max-width:767px){.cards-wrapper{gap:32px}.card{width:100%}.card .card-img{aspect-ratio:1/1;height:auto}}@media screen and (max-width:576px){.card .card-title{font-size:18px}}