html {
    scroll-behavior: smooth;
}

body {
    background: #f6faf2;
}

section {
    padding: 0;
}

.solusi-bisnis .mega-menu-nav-more {
    font-size: 16px;
    line-height: 24px;
    color: var(--teal-800);
}

/* MJ FORM */
.mj-form-solusi-bisnis {
    margin-top: 92px;
    margin-bottom: 92px;
}

.mj-form-solusi-bisnis .mj-section-hero-bg > img {
    width: unset !important;
}

.mj-form-solusi-bisnis .mj-section-hero-content {
    border-radius: 48px !important;
    width: 50% !important;
    left: 50% !important;
}

.mj-section-hero-small-content {
    margin-bottom: 48px;
}

.sb-feature-category {
    padding: 5px 0 20px 0;
    border-bottom: 1px solid #d6d6d6;
    display: flex;
    flex-wrap: wrap;
}

.sb-feature-category > .sb-feature-item {
    flex-basis: 50%;
    display: flex;
    align-items: center;
}

.sb-feature-category > .sb-feature-item > img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 8px;
}

.sb-feature-category > .sb-feature-item > span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--text-secondary);
}

.content-inner label.mj-upper-text {
    font-size: 14px !important;
}

.mj-form label.mj-upper-text {
    font-size: 12px !important;
    margin-bottom: 8px !important;
}

@media all and (max-width: 768px) {
    section.mj-hero-fit-top .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .mj-section-hero-content.blue-rtl {
        border-top-right-radius: 0;
    }

    .mb-mobile-show {
        margin-bottom: 1rem;
    }

    .mb2-mobile-show {
        margin-bottom: 2rem;
    }

    /* sb category */
    .sb-feature-category {
        padding-bottom: .5rem!important;
    }

    .sb-feature-category > .sb-feature-item > span {
        font-size: 12px;
        color: #29B6B3;
    }

    .sb-feature-category > .sb-feature-item > img {
        width: 16px;
        height: 16px;
        margin-right: 6px;
    }

    #form .mj-title-text, #form .mj-desc-text {
        width: 100%;
    }

    .sb-feature-point-capsules {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .sb-feature-point-capsules .mj-capsule {
        flex-basis: 48%;
        justify-content: center;
    }
}