.ek-testimonial-area {
    .ek-author-img {
        transform: translate(var(--ek-carousel-image-h-offset, 0), var(--ek-carousel-image-v-offset, 0));

        img {
            @apply w-[56px] h-[56px] rounded-[50%]
        }
    }

    .ek-author-name{
        @apply text-[#161C2D] m-0 text-[16px] leading-6 font-bold;
    }

    .ek-transition-quote{
        @apply text-[rgb(148_163_184/1)] text-[16px] leading-relaxed m-0;
    }
}