.cards{display:flex;flex-wrap:wrap;margin:0 -15px}.cards__card{padding:15px;width:100%}.cards__card h6{margin-bottom:10px}.cards__card p:last-child{margin-bottom:0}.card__inner{align-items:stretch;border-radius:inherit;display:flex;flex-direction:row;overflow:hidden;width:100%}.card__media{flex:0 0 40%;overflow:hidden;position:relative}.card__image{display:block;height:100%;margin:0;object-fit:cover;width:100%}.card__content{background:hsla(0,0%,100%,.95);display:flex;flex:1;flex-direction:column;justify-content:center;padding:20px}.card__text{width:100%}@media (max-width:768px){.card__inner{flex-direction:column}.card__media{flex:none;height:200px;width:100%}.card__image{height:100%;width:100%}}