.cards{display:flex;flex-wrap:nowrap;justify-content:space-between}.cards__card{align-items:center;align-self:flex-start;display:flex;flex-wrap:wrap;margin-bottom:1.4rem;max-width:100%;width:300px;background-color:#fff}.card__image{height:auto;margin:0 auto;max-width:100%;padding:0;height:252px;width:100%;object-fit:cover}.card__text{padding:20px 30px 30px;width:100%;min-height:450px}.card__text h3{font-size:24px}.card__text p{font-size:18px}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.component-cards .stretched-link img{position:relative;top:3px;left:3px}.component-cards .cards__card{transition:.3s ease-in-out}.component-cards .cards__card:hover{transform:translateY(-10px);box-shadow:0 0 30px rgba(0,0,0,.19);cursor:pointer}