.cards{display:flex;flex-wrap:nowrap;justify-content:space-between}.cards__card{align-content:start;align-items:start;display:flex;flex-wrap:wrap;margin-bottom:1.4rem;max-width:100%;width:300px}.cards--stretch .cards__card{flex:1 1 0;width:auto}@media (width <= 767px){.cards{flex-direction:column}.cards__card{width:100%}}.card__image{height:auto;margin:0 auto;max-width:100%;padding:.7rem}.card__text{padding:0 .7rem;width:100%}.card__text ul li{line-height:2;list-style:none;padding-left:1.2rem;position:relative}.card__text ul li:before{color:var(--color-yellow);content:"\2022";left:0;position:absolute}