.cards__card{background-color:#fff;border-radius:.4rem;position:relative}.card__image,.cards__card{overflow:hidden;width:100%}.card__image{height:200px}.card__image img{height:100%;max-width:100%;min-height:100%;object-fit:cover;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);transition:all .3s ease-in-out;width:100%}.cards__card:hover .card__image img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.card__text{min-height:200px;padding:1.5rem}.card__text h4{margin-bottom:.8rem}.card__text p{font-size:.9rem}.cards__card-link{bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.cards__card-text-link{z-index:1}@media (max-width:400px){.cards__card{margin:0 0 10px;max-width:100%}}