#service-block {
    padding-bottom: 60px;
}
#service-block .main-service-block {
    border: 1.6px dashed #e6e6e6;
    text-align: center;
}
#service-block .main-service-block:nth-child(2) {
    border-right:none;
    border-left:none;
}
#service-block .service-fix {
    margin: 0;
}
#service-block .main-service-block:hover {
    border: 1.6px dashed #27ae61;
}
#service-block .main-service-block > span {
    color: #27ae61;
    font-size: 214.29%;
    margin: 44px 0 23px;
}
#service-block .main-service-block > h3 {
    font-family: "Roboto Slab";
    color: #444;
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
}
#service-block .main-service-block > p {
    font-family: "Roboto Slab";
    font-size: 85.7%;
    color: #999;
    line-height: 27px;
    margin: 18px 0 48px;
}