.service-content {
    text-align: center;
    height:120px;
    margin: 3rem 0 3rem 0;
}

@media (max-width: 767px) {
    .service-content {
        margin: 0 0 7rem 0;
    }
}

.service-box-content > span {
    border: 1px solid #ddd;
    display: inline-block;
    height: 55px;
    width: 55px;
    margin-bottom: 20px;
    transform: rotate(45deg);
}

.service-box-content i {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #da3f35;
    padding: 0 0 0 0px;
    border-radius: 0;
    font-size: 25px;
    height: auto;
    margin: 0 0 5px;
    line-height: 55px;
    text-align: center;
    transform: rotate(-45deg);
    transition: all 0.5s ease 0s;
}

.service-content .service-box-content > span:hover {
    background: #da3f35;
    border-color: #da3f35;
}

.service-content .service-box-content > span:hover i {
    color: #fff;
}

.service-box-content a {
    font-size: 1.07em;
    font-weight: 600;
    text-transform: uppercase;
    color: #4f4f4f;
}