.content{
    font-family: monospace;
}
.content-title{
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    font-size: 25px;

}

.isi-1{
    
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.c-isi-gambar{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.isi-2{
    
    padding-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 50px;
}



.misah{
    border-bottom-style: solid;
    border-color:pink;
    padding-left: 100px;
    padding-right: 100px;

}

.def{
    padding-bottom: 100px;
}

@media screen and (max-width: 600px){

    .content-title{
        padding-top: 20vh;
    }

    .container{
        padding-top: 20vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

  
    
    
    .misah{
        border-bottom-style: solid;
        border-color:pink;
        padding-left: 80px;
        padding-right: 80px;
    
    }
    
}

.footer{
    margin-top: 50px;
    background-color: #fff5fd;
    margin-bottom: -50px;
}

.footer-full{
    display: flex;   
    justify-content: space-between;
}

.footer-1{
    padding-left: 20px;
}

.rata{
    text-align: justify;
}

.f-left-1{
    padding-top: 30px;
}


.f-left-2{
    text-align: justify;
}

.f-left-3{
    text-align: justify;
}

.f-left-4{
    padding-bottom: 20px;
}

.f-left-5{
    padding-bottom: 20px;
}

.f-left-6{
    padding-bottom: 30px;
}


.footer-2{
    padding-right: 20px;
}

.f-right-1 p{
    padding-top: 30px;
    text-align: justify;
}

.logo{
    padding-top: 20px;
    display: flex;
    flex-direction: row;
}

 .footer-2 .logo img{
    width: 50px;
    padding-inline: 5px;
    padding-bottom: 20px;
}

.f-mid-1{
    padding-top: 34px;
    padding-bottom: 20px;
}

.f-mid-1 img{
    width: 150px;
}