.cards{background-color:#fff;border-radius:5px;display:flex;flex-wrap:nowrap;height:100%;justify-content:space-between;overflow:hidden}.cards__card{align-items:center;align-self:flex-start;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:1.4rem;max-width:100%;width:100%!important}.card__image{height:auto;margin:0 auto;max-width:100%}.card__text{font-size:10pt;padding:10px;text-align:left;width:100%}@media (max-width:767px){.cards{align-items:center;display:block;flex-direction:column}.cards__card{display:block;max-width:100%;text-align:center;width:auto}.card__image{display:block;margin:0 auto}}