.ud-page-banner {
    padding-top: 130px;
    padding-bottom: 80px;
    background: #50cd89;
    background-image: url("../images/banner/banner-bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 

.ud-single-pricing.active .ud-pricing-body li {
    color: #6c757d;
    text-align: left;
}

.ud-single-pricing.active {
    background: -webkit-gradient(linear, left top, left bottom, from(#3056d3), to(#179bee));
    background: linear-gradient(180deg, #f3f4fe 0%, #f8f9fa 100%);
    border: none;
    padding: 55px 30px;
}

.ud-single-pricing.active .ud-pricing-header h3, .ud-single-pricing.active .ud-pricing-header h4 {
    color: #212529;
}

.text-white {
    --bs-text-opacity: 1;
    color: #0d6efd !important;
}