.card-image-text{--card-image-text-bg-color:#000;--card-image-text-fg-color:#fff;overflow:hidden;border-radius:4px;background-color:var(--card-image-text-bg-color,#000);color:var(--card-image-text-fg-color,#fff);box-shadow:0 20px 40px -16px rgba(0,0,0,0.25);transform:scale(1)}
.card-image-text.bg-primary{--card-image-text-bg-color:var(--primary-color-bg);--card-image-text-fg-color:var(--primary-color-fg)}
.card-image-text.bg-secondary{--card-image-text-bg-color:var(--secondary-color-bg);--card-image-text-fg-color:var(--secondary-color-fg)}
.card-image-text.bg-tertiary{--card-image-text-bg-color:var(--tertiary-color-bg);--card-image-text-fg-color:var(--tertiary-color-fg)}
@media(prefers-reduced-motion:no-preference){.card-image-text{transition:transform .2s ease-in}
}
.card-image-text:hover{transform:scale(1.05)}
@media(prefers-reduced-motion:no-preference){.card-image-text:hover{transition:transform .2s ease-in}
}
.card-image-text__content{display:flex;flex-direction:column;justify-content:flex-end;gap:16px;height:100%}
.card-image-text__title{font-family:'helvetica-lt-pro',helvetica,sans-serif;font-size:25px;font-style:normal;font-weight:700;line-height:1.2}
@media(min-width:1280px){.card-image-text__title{font-size:33px}
}
.card-image-text__title .cmp-title__text{font-family:unset;font-size:unset;font-style:unset;font-weight:unset;line-height:unset;letter-spacing:unset}
.card-image-text__description{font-family:'helvetica-lt-pro',helvetica,sans-serif;font-size:16px;line-height:1.5}
@media(min-width:1280px){.card-image-text__description{font-size:20px}
}
.card-image-text__img-container{overflow:hidden;display:flex;flex-direction:column;justify-content:center;height:100%}
.card-image-text{width:255px;height:350px}
.card-image-text--text{padding:16px}