.cards{display:flex;justify-content:flex-start}.cards__card{flex:1;margin:14px;max-width:31%}.card__image{height:350px;margin:0 auto;max-width:100%;object-fit:cover}.card__content{padding:1rem}.card__text{text-align:left;width:100%}.card__content .custom-btn{margin:30px 0 20px;text-align:center}@media screen and (max-width:767px){.cards{display:block}.cards__card{margin:10px 10px 20px;max-width:100%}}