.serviceBox{
    padding: 70px 20px 30px;
    margin: 50px 0 110px;
    background: #006067;
    text-align: center;
    position: relative;
    background: url(https://tools.ovid.com/ovidds/gateshead/findabook.jpg) no-repeat center center;
    background-size: cover;
}
.serviceBox:before{
    content: "";
    width: 100%;
    height: 10px;
    background: #006067;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.serviceBox:after{
    content: "";
    width: 50%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover:after{ width: 100%; }
.serviceBox .service-icon{
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: #006067;
    border: 5px solid #fff;
    margin: 0 auto;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{ transform: rotateX(360deg); }
.serviceBox .title{
    display: block;
    font-size: 20px;
    
    color: #fff;
    margin: 0 0 10px 0;
}
.serviceBox .description{
    font-size: 15px;
    color: #fff;
    line-height: 27px;
    margin-bottom: 0;
}
.serviceBox.yellow,
.serviceBox.yellow:before,
.serviceBox.yellow .service-icon{ background: #f7912f; }
.serviceBox.blue,
.serviceBox.blue:before,
.serviceBox.blue .service-icon{ background: #0c5685; }
.serviceBox.green,
.serviceBox.green:before,
.serviceBox.green .service-icon{ background: #95be3e; }
@media only screen and (max-width:767px){
    .serviceBox{ margin: 50px 0 160px; }
}

.btn-red {
    border: 1px solid #fff;
    background-color: #EF7F1A;
}
.btn-wide {
    padding: 12px 35px;
}
.btn {
    border-radius: 4px;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a {
    text-decoration: none;
}