.cards{display:flex;flex-wrap:wrap;justify-content:space-between}.cards__card{background-size:cover;border:1px solid #f3f3f3;border-radius:10px;box-shadow:0 10px 30px rgba(16,30,54,.1);display:flex;flex:0 0 100%;flex-direction:column;margin:15px 0;max-width:100%;overflow:hidden}.card__image{background-color:#efefef}.card__image img{aspect-ratio:2/1.5;border-radius:0;height:auto;max-width:100%;object-fit:cover;vertical-align:middle;width:100%}.card__text{padding:45px 20px;width:100%}@media screen and (min-width:767px){.cards__card{flex:0 0 31.333%;max-width:31.333%}.card__image img{width:auto}}