.num-cards{display:flex;flex-wrap:wrap;justify-content:space-between}.num-cards__card{flex:1;max-width:31%}.num-card__image{height:250px;margin:0 auto;max-width:100%;object-fit:cover}.num-card__content{padding:2.5rem 0}.num-card__title{padding-bottom:10px}.num-card__text{width:100%}@media screen and (max-width:767px){.num-cards{flex-direction:column}.num-cards__card{flex:1;margin-bottom:20px;max-width:100%}.num-card__content{padding:1.5rem 0}}