h2.title.aos-init.aos-animate {
    color: #fff !important;
}
p.aos-init.aos-animate {
    color: #fff !important;
}

.services-content .content-top .icon {
    align-items: center;
    background: rgba(var(--primary-color-rgb) / 20%);
    border-radius: 50%;
    color: var(--tg-primary-color);
    display: flex
;
    font-size: 30px;
    height: 60px;
    justify-content: center;
    line-height: 0;
    margin-inline-end: 15px;
    transition: .3s ease-in;
    width: 60px;
    display: none !important;
}

*, ::after, ::before {
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
    unicode-bidi: isolate;
}
@media (max-width: 767.98px) {
    .banner-content-two .title {
        font-size: 42px;
        color: #fff !important;
    }
  .banner-content-two p {
    color: #fff !important;
    margin-bottom: 30px;
}
}