.section-title.white-title .title {
    color: #f957c4;
}
.services__tab-wrap .nav-link {
    align-items: center;
    background: linear-gradient(90deg, #7f28c4 13.19%, rgb(127 40 196));
    border: none;
    border-radius: 10px;
    color: var(--tg-color-white-default);
    display: flex;
    font-family: var(--tg-heading-font-family);
    font-size: 20px;
    font-weight: 600;
    gap: 11px;
    margin: 0;
    padding: 15px 55px 15px 25px;
    position: relative;
    transition: all .3s 
ease-out 0s;
    width: 330px;
}
.services__content-four .btn {
    background: #f957c4;
    color: aliceblue;
}
.all_services__area-six h2 {
    color: #f957c4;
    font-size: 48px;
    font-weight: 700;
    line-height: 63px;
    margin-bottom: 15px;
}
.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;
}