.cards{display:flex;flex-wrap:nowrap;gap:20px;justify-content:space-between}.cards__card{display:block;margin-bottom:1.4rem;max-width:100%;width:33%}.card__image{height:auto;margin:0 0 10px;max-width:100%;padding:.7rem}.card__text{padding:0;width:100%}.cards .card__text h5{margin-bottom:10px}.cards .card__text p{margin-bottom:0}@media (max-width:992px){.cards{flex-wrap:wrap;gap:27px}.cards__card{box-sizing:border-box;margin:0;width:48%}}@media (max-width:767px){.cards{flex-wrap:wrap;gap:25px 20px}.cards__card{box-sizing:border-box;margin:0;width:48%}}@media (max-width:640px){.cards{flex-wrap:wrap;gap:20px 0}.cards__card{box-sizing:border-box;margin:0;width:100%}}