.service-title{
    margin-bottom: 50px;
}
.service-title span{
    background: #000;
    display: block;
    margin: 4px auto;
}
.service-title span:nth-child(4) {
    width: 80px;
    height: 3px;
}
.service-title span:nth-child(5) {
    width: 50px;
    height: 2px;
}
.service-title span:nth-child(6) {
    width: 30px;
    height: 1px;
}
.service-content-wrapper .service-single-item {
    border: 2px solid #c3c3c3;
    outline: 2px solid #fff;
    text-align: center;
    padding: 45px 30px 40px 30px;
    position: relative;
    background-color: #fff;
    transition: all .3s ease-in-out;
}
.service-content-wrapper .service-single-item .icon {
    width: 62px;
    height: 62px;
    line-height: 60px;
    color:#fff;
    font-size: 22px;
    position: absolute;
    top: -31px;
    left: 50%;
    margin-left: -31px;
    border-width: 2px;
    z-index: 9;
    border-style: solid;
    border-color: #000;
    background-color: #000;
    border-radius: 50%;
}
.service-content-wrapper .service-single-item:hover {
    border: 2px solid #000;
}
.service-content-wrapper .service-single-item .icon:hover{
    background-color: #fff;
    color:#000;
}
.service-content-wrapper .service-single-item .service-link{
    color:#000;
    text-transform: uppercase;
    text-decoration: none;
}