body {
    background: #F6FAF2;
}

/* BORDER BOTTOM ONLY */
.border-line {
    border-bottom: 1px solid #D6D6D6;
}

/* BACKGROUND CUSTOM */
.mj-gradient-left-corner {
    background: radial-gradient(50% 61.14% at 46% 4%, #ECF5E5 0%, rgba(236, 245, 229, 0) 100%),radial-gradient(49% 292% at 0% -89%, #EAF8F7 0%, rgba(234, 248, 247, 0) 100%), #FFFFFF !important;
}

/*  */
.mj-green-smooth {
    background: #C7E2B2 !important;
    color: #fff !important;
    border: 1px solid #C7E2B2 !important;
}

/*  */
.pg-map .mj-card-display img {
    height: 24px;
    width: 24px;
}

.partnership-ext {
    display: none;
}

.pg-about .mj-section-hero-small-content .img-wrapper > img {
    border-radius: 48px 48px 48px 0;
}

.enterprise-form {
    margin-top: 120px;
}

@media (max-width: 768px) {
    .mj-section-hero .mj-section-hero-cta {
        flex-direction: column;
        align-content: center;
    }

    #citylist {
        margin-bottom: 14px;
    }

    #citylist a.mj-button:first-of-type {
        flex-basis: 43%;
        justify-content: center;
    }
}