
/*HEAD HOME PAGE*/

@media only screen and (max-width: 720px) {
    .konten1{
            background-image: none !important;
             
    }
    
    


}


@media (min-width: 730px) and (max-width:992px){

    .konten1{
        background-image: none !important;
    }

    h2.tulisan{
        color: aquamarine;
    }

}




