.ServiceArea {
    padding-top: 10%;
    background-image: url(../images/service/bg.jpg);
    background-size: cover;
    background-position: top;
}
.ServiceBox{
    margin-left: -13px;
}
.item{
    border-right: 1px solid #000;
}
.ServiceBox h5{
    font-family: 'Noto Serif TC', serif;
    text-align: center;
    margin-bottom: 5px;
}
.item:first-child{
     border-left: 1px solid #000;
     padding-left: 16px;
}


@media(max-width: 991px) {
    .ServiceArea {
    	padding-top: 6rem;
    }
    .ServiceBox h5{
       font-size: 1rem;
    }
    .item:nth-child(3){
        border-left: 1px solid #000;
        padding-left: 16px;
    }
    .item{
        margin-bottom: 16px;
    }
}
