.cards{display:flex;flex-flow:row wrap;justify-content:space-between}.cards .cards__card{align-content:flex-start;align-items:flex-start;border-radius:15px;display:flex;flex:1 0 40%;flex-wrap:wrap;z-index:0}.cards .card__image{border-radius:15px 15px 0 0;object-position:50% 50%}.cards .card__text{padding:1rem 1rem .5rem;width:100%}.cards .card__button{padding:0 .7rem}.cards .card__button .st-btn{display:inline-block}.cards .card__button .st-btn--link{padding:0 0 0 1rem}@media screen and (max-width:767px){.cards .cards__card{flex:1 0 80%}}@media screen and (max-width:499px){.cards .card__image{margin:0 auto}}