.visi-misi h3,.about-us h3,.kegiatan-kami h3{

    font-weight: 600;
}

.sub-title{

    background-color: rgba(224, 170, 62, 0.2);
    width: 100px ;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;

}

.content-about{
    /* padding-left: 25px; */
    padding-left: 35px;
    height: 170vh;
    
}


.sidebar-nav-about{

    list-style: none;
    padding: 13px 50px;
    margin-top: 10px;
    height: 70px;
    
}

.sidebar-nav-about{
    
        margin-top: 65px;
        padding: 0;
    
}
.sidebar-nav-about  li {
    
    text-decoration: none;
    height: 70px;
    list-style: none;
    padding: 13px 50px;
    margin-top: 10px;
    font-size: 18px;
    
}

.sidebar-nav-about>ul>li:active{
    
    /* border-left: thick; */
    border-left: 10px solid #cb7456;
    background-color: #e6beb2;
    
}
    

.bullet-number-container{

    list-style-type: none;
    counter-reset: auto-inc;
    display: table;
    padding-left: 0px;
    font-weight: 600;
}

.bullet-number-container > li {
    counter-increment: auto-inc;
    display: table-row;
    margin: 10px;
}

.bullet-number-container > li > p {
    padding-left: 0.5em;
    margin:0px;
}

.bullet-number-container > li::before {
    content: counter(auto-inc) ".";
    display: table-cell;
    text-align: right;
}

.about-us h3, .visi-misi h3, .kegiatan-kami h3{
 
    border-bottom: 3px #c3c3c3 solid;
    line-height: 2;
    
}

.bullet-number{

    /* font-weight: 600; */
    
}

.tag-about{

    width: 200px;
    background-color: #cb7456;
    border-radius: 5px;
    position: absolute;
    font-weight: 600;
    color: white;
    bottom:115px;
    left: 100px;
    padding: 10px;
    text-align: center;
}

.body-about{
    text-align: justify;
    font-weight: 600;
    padding-right: 0;
    /* width: 100%; */
}

.side-logo img{

    
}

.about-tab{
    display:none;
}

.res-bread{
        margin-top: 5%
    }

@media screen and (max-width: 768px){
    .res-bread{
        margin-top: 20%
    }

    .mision{
        height: 150vh;
    }

    /*.about-tab{
        display: none;
    }*/
/* 
    #visi-misi{
        display: block;
    } */
    .visi-misi, .kegiatan-kami{
        display: block!important; margin: 0 auto;
        clear: both;
    }

    
    .body-about{
        width: 100%;
    }



}

@media screen and (max-width:425px){
/* 
    .about-tab{
        display: block;
    } */

    .visi-misi, .kegiatan-kami{
        display: block!important; margin: 0 auto;
        clear: both;
    }
    
    .body-about{
        width: 100%;
    }

}


.kegiatan-kami-container{
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 3px #c3c3c3 solid;
    line-height: 2;
}

.kegiatan-kami-container h4{
    font-weight: 600;
    text-align: center;
}

.kegiatan-kami-container img{
    width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.kegiatan-kami-container p{
    font-size: smaller; 
    padding-top: 12px;
}

.additional-desc p{
    font-size: x-small;
    padding: 0;
    text-align: center;
}