/*.section_header{*/
/*    margin-top: 100px;*/
/*}*/
.about-title-separator{
    height: 2px!important;
    width: 36px;
    margin: 0 auto;
    margin-top: 5px;
    border-bottom: 2px solid #CFBD8F;
}
.about-description{
    font-size: 12px;
    color:white;
    margin-top: 20px;
    line-height: 1.7;
}
.vision-description{
    color: white;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
@media only screen and (max-width: 750px) {
    .header_box{
        width: 90%;
    }
    @media only screen and (max-width: 400px) {
        .header_box{
            padding: 20px;
        }
    }
}
/*Board */
.board-item{
    width: 100%;
    border: 3px solid #CFBD8F;
    overflow: hidden;
}
.board-item img{
    width: 100%;
    transition: 0.5s all ease-in-out;
}
.board-item img:hover{
    transform: scale(1.1);
}
.board-item-data{
    margin-top: 2px;
    color:white;
    text-align: center;
    margin-top: 12px;
    font-size: 15px;
}
/*Vision*/
.vision-item{
    padding: 40px 20px;
    width: auto;
    background-color: #212121;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    height: 270px;
    max-height: 270px;
    min-height: 250px;
    align-items: center;
}
.vision-icon{
    width: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.vision-icon img{
    width: 100%;
}
.vision-title{
    color:white;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
}
#vision_text{
    padding: 40px;
    background-image: url("../img/vision_bg.png");
    background-position: center;
    background-size: cover;
}
.vision-description{
    color:white;
    text-align: center;
    font-size: 16px;
    width: 90%;
    margin:0 auto;
}
.vision-description-parent{
    width: 100%;
    height: 100%;
    border: 2px solid #CFBD8F;
    padding: 50px;
}

@media only screen and (max-width: 768px) {
    #vision_text{
        padding: 20px;
    }
    .vision-description-parent{
        padding: 2% 5%;
    }
    .vision-item {
        margin-bottom: 20px;
    }
    .board-item-data{
        margin-bottom: 20px;
    }
}
.wide-header-box-parent{
    bottom: 0;
}
.wide-header_box{
    padding-bottom: 10px;
}
.project-description{
    font-size: 14px;
    color:white;
    /*margin-top: 20px;*/
    /*padding: 0 20px;*/
}
