.board-content h3{
    color:#0d47a1;
    margin-top:25px;
    margin-bottom:10px;
    font-weight:200;
}

.board-content p{
    text-align:justify;
    line-height:1.8;
}

.board-content ul{
    margin-left:20px;
    line-height:1.8;
}

.board-content hr{
    margin:25px 0;
    border:0;
    border-top:1px solid #e5e5e5;
}