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