.testimonial__icon img,
.testimonial__icon svg  {
    vertical-align: middle;
    fill: #f957c4;
    color: #f957c4;
}

.about__list-box .list-wrap li {
    align-items: flex-start;
    color: #ea52b8;
    display: flex;
    font-family: var(--tg-heading-font-family);
    font-size: 20px;
    font-weight: 500;
    gap: 12px;
    margin-bottom: 10px;
}
.about__award-box .content p {
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
    color: #f957c4;
}
.about__award-box .icon {
    align-items: center;
    background: #7f28c442;
    border-radius: 15px;
    color: var(--tg-theme-primary);
    display: flex;
    font-size: 45px;
    height: 90px;
    justify-content: center;
    line-height: 0;
    width: 90px;
}