.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{text-decoration:none;margin:auto;display:table}.service-cards__service-card{align-items:center;align-self:stretch;display:flex;flex-wrap:wrap;max-width:100%;width:100%;margin:0 15px;transition:all .3s ease-in-out}.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{margin:15px 0;flex:0 0 48%}}@media(max-width:767px){.service-cards{display:flex;flex-wrap:wrap;justify-content:space-between}.service-card{margin:15px 0}}