.story-card{box-sizing:border-box;border-width:1px;border-style:solid;border-color:var(--gray-100);padding:30px}.story-card .comment{margin-top:18px;margin-bottom:14px;font-weight:400;font-size:16px;line-height:27px;text-transform:capitalize;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.story-card .person{align-items:center}.story-card .person .image{display:flex;align-items:center;justify-content:center;border-radius:50%;width:40px;height:40px;overflow:hidden}.story-card .person .image .client-image{width:100%;display:block;object-fit:cover;object-position:center}.story-card .person{gap:12px}.story-card .name span{font-weight:500;color:var(--text-primary);font-size:var(--fs-16);line-height:var(--lh-26)}.story-card .name p{color:var(--text-secondary);line-height:var(--lh-22);font-size:var(--fs-14);font-family:Mukta}@media (max-width:575px){.story-card{padding:18px;max-width:calc(100% - 12px)}.story-card .comment{margin-top:14px;margin-bottom:12px;font-size:14px;line-height:20px}.story-card .star svg{width:16px;height:16px}.story-card .name span{font-size:var(--fs-14);line-height:var(--lh-22)}}