.cta-cards-fullwidth-anchois {

    .card {
        border-radius: 2.5rem;
        min-height: clamp(24rem, 29vmax, 35rem);
        /* min-width: 19rem; */
        min-width: 15rem;

        &:hover {
            @screen lg {
                width: var(--card-hover-width, 50%);
            }
        }

        &-content {
            .key-numbers {
                @apply inline-flex items-center;

                &::before {
                    --tw-scale-x: 2;
                    --tw-scale-y: 2;
                    @apply transform;
                    content: '•';
                    font-size: 2.4em;
                    margin-right: 0.1em;
                    line-height: 0;
                    filter: blur(5px);
                }
            }
        }
    }

}
