:root{
    --bg-menu: #97fcea;
    --card-divisi-header: #00baba;
    --white: white;
    --bg-card: #040811;
    --main-cyan: #78cac2;
    --button-line: #78cac2;
    --main-white: #ededed;
    --text-body: #ffff;
  }
  
  

  @media (max-width: 425px) { /* Targeting larger desktops */


    body{
        background: #040811;
    }
    .judul-divisi{
        font-size: 60px;
    }

    .gambar-image-event{
        display: block;
        height: auto;
        margin-bottom: 20px;
    }

    .divisi{
        margin: 0;
    }

    .judul-divisi{
        font-size: 30px;
    }

    .isi-divisi{
        width: 100%;
        text-indent: 40px;
        font-size: 14px;
    }

    .gradient-container{
        overflow: hidden;
        width: 10vh;
        height: 10vh;
        filter: blur(50px);
    }

    #gradient5{
        left: 0vh;
    }

    .divisi-corporate-event .corporate-event-image {
        padding: 10px;
        border-radius: 20px;
    }

    .image-corporate-event{
        padding-top: 0;
        height: 170vh;
    }

    .gambar-image-event .image-column {
        width: 100%;
    }

    .image-item{
        width: 90%;
    }

    .image-caption{
        font-size: 18px;
    }


    
    }
    