.bg-pengertian {
    position: relative; 
    background-image: url('../images/landing/sejarah.png'); 
    height: 100vh; 
    background-repeat: no-repeat; 
    background-size: 100% 100vh;
}

.bg-perjalanan {
    background-image: url('../images/landing/about.png'); 
    height: 80vh; 
    background-repeat: no-repeat; 
    background-size: 100% 80vh;
    padding-top: 300px;
}

.visi-misi {
    width: 50%;
}

.pengertian-text-tk {
    color: white;
    position: absolute;
    bottom: 250px;
    left: 32%;
}

.isi-perjalanan {
    width: 600px; 
    text-align: left;
}

.wadah-isi-perjalanan {
    margin-top: -100px;
}

@media only screen and (max-width: 600px) {
    .wadah-isi-perjalanan {
        margin-top: 0px;
    }

    .bg-pengertian {
        margin-top: 60px;
        height: 30vh !important;  
        background-size: 100% 30vh;
    }
    
    .bg-perjalanan {
        height: 25vh;  
        background-size: 100% 25vh;
        padding-top: 35px;
    }
    
    .visi-misi {
        width: 50%;
    }

    .pengertian-text-tk {
        bottom: 0px !important;
        left: 30px;
        right: 30px;
    } 

    .isi-perjalanan {
        font-size: 10px;
        width: 250px; 
    }

    .visi-misi {
        width: 100%;
    }
}