/* tambahan pada under maintenance*/
.wrapper{
    display: grid;
    justify-items: center;
}

.judul{
    margin-top: 40px;
}

.judul h1{
    font-size: 56px;
    text-align: center;
    color: #0F2C4C;
}

.under-maintain-picture{
    display: flex;
    align-items: center;
    margin-top: 40px;
    height: 350px;
}

.deskripsi{
    padding: 20px 100px 0 100px;
}

.deskripsi p{
    font-size: 23px;
    color: #085984;
    text-align: center;
    font-weight: 500;
    margin: 10px 0;
}

.tombol-balik{
    height: 100%;
    max-height: 100vh;
    margin: 20px 0 40px 0;
}

.tombol-balik button{
    height: 50px;
    width: 200px;
    background-color: #0F2C4C;
    border-radius: 5px;
}

.tombol-balik a{
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

@media(max-width: 450px){
    /* tambahan */
    .wrapper{
        max-width: 100vw;
        margin: 0;
        padding: 0 25px;
    }

    .under-maintain-picture dotlottie-wc{
        scale: 80%;
    }

    .judul h1{
        font-size: 30px;
        width: 100%;
        margin: 0;
    }

    .deskripsi{
        width: 100%;
        max-width: 250px;
        padding: 5px;

    }

    .deskripsi p {
    font-size: 15px;
    }
}

@media(max-width: 330px){
    .mobile-menu-container li a {
        font-size: 14px;
    }
    
    .footer .footer-links {
        width: 100vw;
    }

    .drop-down-mobile .drop-down-head .judul-nav{
        font-size: 14px;
    }
}