.cards-template-layout{display:flex;justify-content:space-between}.cards-template-layout__card{flex:0 0 calc(100% / 3 - 20px);background-color:#fff;padding:40px 25px;display:flex;justify-content:flex-start;flex-direction:column;align-items:flex-start;box-sizing:border-box;margin:0 10px}.cards-template-layout__image{flex:0 0 55px}.cards-template-layout__image img{width:40px}.cards-template-layout__image p{font-size:18px}@media(max-width:768px){.cards-template-layout{flex-direction:column}.cards-template-layout__card{margin:10px 0;flex-direction:row}.cards-template-layout__card p{margin-top:0}}