.sectionLv4 {
    border-color: #927500;
    border-left-width: 5px;
    margin-bottom: 15px;
}
.sectionLv4 h3 {
    font-size: 16px;
    font-weight: bold;
}
.sectionLv4 h3 span {
    display: block;
    font-size: 13px;
}
.sectionBox{
    background-color: #eff3f4;
    padding: 10px 12px;
}
.sectionBox .head{
    border:solid 2px #927500;
    padding: 3px 0 2px;
    font-weight: bold;
    background-color: #fff;
    width: 70px;
    text-align:center;
    border-radius: 5px;
    margin-bottom: 10px;
}
.sectionBox .text{
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    color:#052d5d;
    margin-bottom: 10px;
}
.sectionBox .text.mr25{
    margin-right: 0 !important;
}
.sectionBox img{
    width: 100%;
    height: auto;
}