.service-cards{display:flex;flex-wrap:nowrap;justify-content:space-between}.service-card{box-shadow:0 0 10px #ddd}.service-card__title{font-weight:600;line-height:1.4}a.service__cta{display:table;margin:auto;text-decoration:none}.service-cards__service-card{align-items:center;align-self:stretch;display:flex;flex-wrap:wrap;margin:0 15px;max-width:100%;transition:all .3s ease-in-out;width:100%}.service-card__image{height:auto;margin:0 auto;max-width:150px}.service-card__text{padding:15px 0 0;width:100%}@media (max-width:991px) and (min-width:768px){.service-cards{display:flex;flex-wrap:wrap;justify-content:space-around}.service-card{flex:0 0 48%;margin:15px 0}}@media (max-width:767px){.service-cards{display:flex;flex-wrap:wrap;justify-content:space-between}.service-card{margin:15px 0}}