.testimonial-item {
    margin-right: 8px;
    padding: 16px;
    border-radius: 16px;
    background-color: var(--e-global-color-secondary);
}

.testimonial-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 16px;
}

.testimonial-item-header svg {
    color: #02b773;
}

.testimonial-item .testimonial-item-heading {
    margin: 0 0 8px;
}

.testimonial-heading {
    display: flex;
    gap: 8px;
}


.testimonial-heading .testimonial-flag {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}