@media (max-width: 991px) {
    .bg-navbar {
        background: #000E25 !important;
    }
    .bg-with-car:before {
        display: none;
    }
    .navbar-nav .nav-link {
        color: #fff !important;
        text-align: left;
        padding-left: 1.5rem;
    }
    .navbar-collapse {
        padding-bottom: 1rem;
    }
    .hero-google-review,
    .hero-shield {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        top: 2rem;
        margin: .5rem auto;
    }
    .bg-hero-banner {
        background: none;
        margin-bottom: 3rem;
    }
    .promo-wrapper {
        padding: 0;
        position: relative;
        bottom: 0;
        top: 2rem;
    }
    .bg-benefit {
        padding: 2rem;
        background-size: cover;
        background-position: right;
    }
    .service-wrapper > img {
        width: 100%;
    }
    .service-wrapper .bg-service-text {
        width: 90%;
        padding: 2rem 1rem 3rem 1rem;
        background-size: 100% 100%;
        height: fit-content;
    }
    .bg-contact {
        background-size: cover !important;
    }
    .bg-cta-1 {
        background-size: cover !important;
        background-position: left !important;
    }
    .mb-15 {
        margin-bottom: 2rem !important;
    }
    .bg-faq-top {
        background-size: auto 30rem !important;
    }
    .bg-funding {
        background: #DDD2BC !important;
        background-size: cover;
    }
    .funding-featured {
        position: relative;
        bottom: 0;
        top: 2rem;
        width: 100%;
    }
    .bg-project {
        background-size: cover !important;
    }
    .project-overlay {
        position: relative;
        right: 0;
        top: 0;
    }
    
    .sp-easy-accordion .ea-card {
        padding-left: 65px !important;
    }
    .sp-easy-accordion .ea-card:before {
        font-size: 25pt;
        top: 22px;
    }
    .slick-dots li {
        width: 10px !important;
        height: 10px !important;
    }
}