.serviceBox .service-icon{
    display: inline-block;
    border: 1px solid #ccc;
    width: 120px;
    height: 120px;
    line-height: 90px;
    border-radius: 50%;
    background: #4ca8e8;
    font-size: 30px;
    color: #fff;
    margin: -55px 0 0px;
    position: relative;
    transition: all 0.3s linear 0s;
}

.serviceBox{

    padding: 0 20px;
    text-align: center;
    border: 1px solid #ccc;
    height: 162px !important;
    margin: 65px 0 50px 0;
    position: relative;
    transition: all 0.3s linear 0s;
}

.service-icon-2{
    
}

.highlights-area .single-box .icon-holder{
    position: relative;
    display: block;
    width: 85px;
    height: 85px;
    background: #ffffff;
    margin: -42px auto 0;
    border-radius: 50%;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 5px #ccc;
}

.highlights-area .single-box {
    position: relative;
    display: block;
    padding: 0 30px 30px;
    background: #e0c0da;
    max-width: 100%;
    width: 100%;
    min-height: 155px;
}
