.cards{display:flex;flex-wrap:nowrap;justify-content:space-between}.card__title{font-weight:600;line-height:40px}.cards__card{align-items:center;align-self:stretch;display:flex;max-width:100%;width:100%;margin:0 15px;transition:all .3s ease-in-out}.card__image{margin:0 auto;max-width:100px;max-height:100px;height:100%;width:100%}.card__text{padding:15px 0 0;width:100%}.card__title{line-height:1.7 !important}@media(max-width:991px) and (min-width:768px){.cards{display:flex;flex-wrap:wrap;justify-content:space-around}.cards__card{margin:15px 0;flex:0 0 48%}}@media(max-width:767px){.cards{display:flex;flex-wrap:wrap;justify-content:space-between}.cards__card{margin:15px 0;flex:0 0 100%}}