/* Add custom CSS styles below */ 
.testimonial__text > div {
    flex-direction: column;
    align-items: start;
}

.testimonial__avatar {
    display: none;
}

i.testimonial__icon.sicon-quote-open.dm-text-main {
    display: none;
}

.testimonial__text {
    display: flex;
    flex-direction: column-reverse;
}

/* .testimonial__text > p::before{
    content: "\eead";
    font-size: 20px;
    margin-right: 10px;
}     */

/* الوضع العادي (Light Mode) */
.price-wrapper > .t-red {
    color: #11347b;
}

/* الوضع الداكن (Dark Mode) */
html.dark .price-wrapper > .t-red {
    color: #ffffff;
}

.s-block__title.section-main-title.custom-s {
    justify-content: center;
    text-align: center;
}