.comp-card{width:100%;height:100%;background-color:#fff;display:flex;padding:0;padding-right:20px;gap:20px;border-radius:16px;box-shadow:0 6px 24px -10px rgba(194,199,204,0.8);margin-top:10px}
.comp-card__border{border-top-left-radius:16px;border-bottom-left-radius:16px;background-color:#d6d9ed;width:40px;min-width:40px}
.comp-card__text{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding-bottom:20px;flex:1 1 auto;min-width:0}
.comp-card__text-title h2{margin-bottom:1rem;font-family:"Geomanist-medium",sans-serif;font-weight:400;color:#152a69;font-size:24px;text-align:left;margin-top:1rem;line-height:1.2;font-weight:400 !important}
.comp-card__text-body{font-size:16px;line-height:1.25;color:#333;text-align:left;margin-top:0;margin-bottom:1rem;font-family:"Geomanist-light",sans-serif;font-weight:300}
.comp-card__text-body p b{font-weight:bold}
.comp-card__text-body p a{color:#333}
.comp-card__text-body>*{margin-bottom:16px}
.comp-card__text-link{color:#152a69;font-family:"Geomanist-medium",sans-serif;font-weight:lighter;font-size:16px;margin-bottom:0;text-decoration:none;letter-spacing:.3px}
.wizink-columns-component .card-product .comp-card__text{min-height:var(--comp-card-text-max,auto)}
.comp-card__text-title h2,.comp-card__text-body,.comp-card__text-body p,.comp-card__text-link{white-space:normal;overflow-wrap:anywhere;word-break:normal;hyphens:auto}
.comp-card__text-body *{max-width:100%}