.cards-white{display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between}.cards-white .cards__card{align-items:center;align-self:auto;background:#fff;border-radius:16px;box-shadow:0 6px 12px rgba(51,65,73,.1);display:block;margin-bottom:1.4rem;max-width:100%;padding:40px 0 0;width:calc(33.33333% - 24px)}.cards-white .card__image{height:auto;margin:0!important;max-width:100%}.cards-white .card__text{padding:32px 24px;text-align:center;width:100%}.cards-white .card__text h3{font-size:28px;line-height:42px;margin:0 0 16px}.cards-white .card__text p{font-size:18px;font-weight:400!important;line-height:30px;margin:0;text-align:left}.cards-white .card__text p strong{color:#f08c00}@media screen and (max-width:991px){.cards-white .cards{gap:16px}.cards-white .cards__card{width:100%}}