.offer-plan .card-content .card-body .advantages-box .advantages-list li {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #5c5c5c;
}

.feature-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.feature-panel img {
    padding-bottom: 10px;
}

.processes .heading-subtitle {
    color: #c11425 !important;
}

.industry-desc p i {
    font-size: 12px;
    color: #ffc003;
    margin-right: 5px;
}

.contact-content .heading-subtitle,
.contact-content .heading-desc {
    color: black !important;
}

.about .about-img-holder .about-img .offer-banner .banner-body .price-info .currency {
    font-size: 22px;
}

.about.about-2 .about-img-holder .about-img .offer-banner {
    left: -164px;
}

@media screen and (max-width: 848px) {
    .about.about-2 .about-img-holder .about-img .offer-banner {
        display: none;
    }
}

@media screen and (max-width: 989px) {
    .service-single .img-container {
        display: none;
    }
}

.features-4 {
    margin-top: 70px !important;
}

.feature-panel.feature-panel-4 .feature-content {
    margin-top: 24px;
}

.feature-panel.feature-panel-4 .feature-icon::before {
    display: none;
}

.offer-plan .card-content .card-body .advantages-box .advantages-list.positivie li i {
    background-color: #23980f;
}