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