.blog-post-meta .btn {
    background: #fdd5f0;
    color: var(--tg-theme-secondary);
    padding: 16px 20px;
}

.link-arrow a {
    --arrow-hover-move-x: 110%;
    --arrow-hover-move-y: 100%;
    align-items: center;
    background: #fdd5f0;
    border: 1px solid #f957c4;
    border-radius: 50%;
    color: #7f28c4;
    display: flex;
    font-size: 18px;
    height: 50px;
    justify-content: center;
    line-height: 0;
    width: 50px;
}
.request-content .content-bottom .content-right .icon {
    color: var(--tg-theme-primary);
    font-size: 36px;
    line-height: 0;
    border: 1px solid #7f28c4;
    margin: 10px;
    padding: 10px;
    background-color: #7f28c4;
    border-radius: 50%;
    color: aliceblue;
}
.about__list-box .list-wrap li {
    align-items: flex-start;
    color: #f957c4;
    display: flex;
    font-family: var(--tg-heading-font-family);
    font-size: 20px;
    font-weight: 500;
    gap: 12px;
    margin-bottom: 10px;
}
.services-content .btn {
    background: #f957c440;
    color: var(--tg-theme-secondary);
    padding: 16px 20px;
}
.services-content .icon {
    align-items: center;
    background: #fdd5f0;
    border: 3px solid var(--tg-color-white-default);
    border-radius: 50%;
    color: var(--tg-theme-secondary);
    display: flex;
    font-size: 36px;
    height: 70px;
    justify-content: center;
    left: 30px;
    line-height: 0;
    position: absolute;
    top: -55px;
    transition: all .4s ease-out 0s;
    width: 70px;
    z-index: 2;
}