/* HOMEPAGE */

@media only screen and (min-width: 600px) and (max-width: 800px) {
    /* body {
        background-color: brown !important;
    } */
    .informasi_ekonomi .ekonomi_box {
        position: relative;
        z-index: -999;
        margin-top: -40px;
        width: 100%;
        height: auto !important;
        max-width: 275px;
        max-height: 100% !important;
        background: #306430;
        border-radius: 16px;
        padding: 60px 38px 28px 38px;
        text-align: center;
    }
    .informasi_ekonomi .icon_ekonomi {
        background: #ffffff;
        border-radius: 24px;
        width: 80% !important;
        height: 95px;
        max-width: 100px;
        max-height: 122px;
        padding: 15px;
    }
    .carousel_slider {
        padding: 0px 0px 0px 0px !important;
    }
}