.cards{display:flex;flex-wrap:wrap;gap:20px}.card{background:#fff;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.4);display:flex;flex:1 1 300px;flex-direction:column;overflow:hidden}.card__image-wrapper{height:300px;overflow:hidden;width:100%}.card__image{height:100%;object-fit:cover;width:100%}.card__content{padding:16px}.card__content,.card__text{display:flex;flex-direction:column;flex-grow:1}.card__text{justify-content:space-between}.card__text h5{color:#000;font-weight:600;line-height:normal;margin-bottom:15px}.card__text p{display:-webkit-box;flex-grow:1;-webkit-line-clamp:3;overflow:hidden;-webkit-box-orient:vertical;color:#7a7a7a;font-size:14px;margin-bottom:20px;text-overflow:ellipsis}.card__footer{margin-top:auto}.card__button{background-color:#ff6e2c;border-radius:3px;color:#fff;display:inline-block;font-size:14px;padding:10px 24px}.card__button:hover{background:#ff6e2c;color:#fff}