.landing {
    background: linear-gradient(-62.58deg, #257AB4 17.33%, #206A9C 31.64%, #0F3449 76.7%, #0B2835 91.43%) !important;
}

.landing-container {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1120px;
    padding: 12rem 1rem;
    margin: 0 auto;
}

.expense-tracker .landing-container::before {
    display: none;
}

.landing-container .row {
    width: 100%;
}

.kolom-konten--gambar {
    text-align: center;
}

.col-left-right h2 {
    line-height: 1.4;
    padding-bottom: 2rem;
}

section.semua-yang-dibutuhkan {
    background: #E8F2FA;
}

.benefit-text {
    padding-right: 3rem;
}

.benefit-item:nth-child(even) .benefit-text {
    padding-right: 0;
}

.benefit-icon {
    margin-bottom: 1rem;
}

.custom-footer {
    /* background: linear-gradient(288deg, #257AB4 -3.43%, #206A9C 8.08%, #0F3449 36.22%, #0B2835 51.36%); */
    background: linear-gradient(318.09deg, #257AB4 -5.57%, #206A9C 19%, #0F3449 79.01%, #0B2835 111.31%);
}

.custom-footer .footer-row.new-footer {
    background: transparent;
}

.custom-footer .paper-container {
    border-bottom: 1px solid #ffffff8f;
    padding: 0;
    color: #fff;
}

.custom-footer .footer-closing {
    padding: 9rem 1rem;
    text-align: center;
}

.text-green50 {
    color: var(--Green50);
}

.pencatatan-cara-lama, .semua-yang-dibutuhkan {
    color: #133F5D;
}

@media (max-width: 768px) {
    .div-herotext {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .div-herotext p {
        margin-bottom: 1rem;
    }

    .pencatatan-cara-lama .container, .semua-yang-dibutuhkan .container {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    
    .col-left-right h2 {
        text-align: center !important;
    }
    
    .semua-yang-dibutuhkan .kolom-konten--gambar {
        max-width: 70%;
        margin: 0 auto 2rem;
    }
    
    .benefit-item {
        margin-bottom: 2rem;
    }

    .footer-closing p {
        margin-bottom: 1.5rem;
    }
}