.card{display:flex;flex-direction:column}.card__image__wrapper{border-radius:15px;height:250px;margin:0 auto 2rem;overflow:hidden}.card__image{height:250px;margin:0;max-width:100%;object-fit:cover;transition:transform .5s;width:100%}.card__image:hover{transform:scale(1.2)}.card__body{align-items:center;display:flex;gap:1rem;justify-content:space-between;width:100%}@media (max-width:767px){.card__body{flex-wrap:wrap}.card__text{width:100%}}.card__body a{text-decoration:none!important}.cta__icon{height:26px;vertical-align:text-bottom;width:32px}