.featuredCard{display:grid;position:relative;z-index:1}.featuredCard__body{background:var(--bg-color,#fff);border-radius:var(--radius-md,1rem);box-shadow:var(--elevate-1);display:flex;gap:var(--spacing-lg);min-width:0;padding:var(--spacing-lg);width:100%}@media (width <= 575px){.featuredCard__body{flex-direction:column;gap:var(--spacing-md)}}.featuredCard__text{color:var(--accent-color,#000);flex:100%;font-size:var(--body-large-font-size);font-weight:600;line-height:1.3;text-wrap:balance}.featuredCard__text>p{font-size:1em;font-weight:inherit;margin-bottom:.75lh}.featuredCard__text b,.featuredCard__text strong{color:var(--text-color,#000);font-weight:700}.featuredCard__text>:last-child{margin-bottom:0}.featuredCard__quotes{align-items:center;align-self:start;aspect-ratio:1/1;background-color:var(--card-bg-color,gray);background-image:url(https://checkop.co/hubfs/Checkop/banners/bg-waves-2.webp);background-position:0 0;background-repeat:no-repeat;background-size:210%;border-radius:50%;display:flex;flex:0 0 3rem;justify-content:center;position:relative;width:3rem}@media (width <= 575px){.featuredCard__quotes{margin-top:calc(var(--spacing-lg)*-1 - 1rem)}}.featuredCard__quotes svg{display:block;height:auto;width:1.25rem}.featuredCard__quotes svg path{stroke:var(--text-color,#000)}