.em-service-single-item {
    border: 1px solid #E4E6F5;
    padding: 30px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}
.em-service-icon-circle i {
    font-size: 40px;
    line-height: 40px;
    color: #F8931F;
     transition: all .7s ease;
}
.em-service-single-item {
    text-align: center;
    margin-bottom: 30px;
}

.em-service-icon-circle {
    padding-bottom: 30px;
}

.em-service-content h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #283849;
    margin-bottom: 12px;
     transition: all .5s ease;
}

.em-service-content p {
    font-size: 14px;
    line-height: 22px;
    color: #304254;
    font-weight: 400;
    margin-bottom: 30px;
     transition: all .5s ease;
}

a.em-service-more-btn {
    display: inline-flex;
    align-items: center;
    color:  #F8931F;
    transition: ease 0.5s;
    text-decoration: none;
}


a.em-service-more-btn i {
    padding-left: 8px;
    transition: 0.3s ease;
}
a.em-service-more-btn:hover i {
    padding-left: 10px;
}
.em-service-single-item:hover a.em-service-more-btn{
    color: #ffffff;
}


@media all and (min-width: 768px) and (max-width: 991px) {
    .em-service-icon-circle i {
        font-size: 30px;
        line-height: 30px;
    }
}

@media all and  (max-width: 767px) {
    .em-service-icon {
        margin-bottom: 20px;
    }

    .em-service-title p {
        margin-bottom: 20px;
    }
}