.section-title h1,
.section-title h2 {
    font-size: 50px;
    letter-spacing: -0.03em;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.2;
}

.we-help-title h3 {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 1.4rem;
}

.page-pricing {
    padding: 10px 0 70px;
}

.highlights {
    color: #ff8159;
}

.footer-copyright {
    border-top: 1px solid var(--dark-divider-color);
    text-align: left;
    padding: 10px 0;
}

.footer-title h2 {
    font-size: 35px;
    color: var(--white-color);
}

.light-bg-section {
    position: relative;
    width: 98%;
    max-width: 1600px;
    background: var(--secondary-color);
    border-radius: 40px;
    margin: 0 auto;
    padding: 18px 0;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

@media only screen and (max-width: 767px) {
    .footer-logo img {
        max-width: 220px;
    }
}

.hero-content {
    margin-left: 40px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .hero-content {
        margin-left: 0px;
        margin-bottom: 0px;
    }
}

.footer-body {
    margin-bottom: 40px;
}

.main-footer {
    width: 98%;
    max-width: 1600px;
    margin: 0 auto;
    background: var(--primary-color);
    border-radius: 40px;
    padding: 30px 0 0;
    margin-bottom: 30px;
}