.service_row {
    width: 100%;
    overflow: hidden;
    margin: 15px 0 10px 0;
}

.service_img {
    height: 155px;
    width: 33.3%;
    float: left;
    text-align: center;
    margin: 20px 0 0 0;

}

.service_img-x2 {
    height: 155px;
    width: 49%;
    float: left;
    text-align: center;
    margin: 20px 0 0 0;

}

.fullw {
    width: 100% !important;
}

p.subhead {
    display: none;
}

.intro-img {
    margin-bottom:20px;
}

.fa-stack-2x {
    color:#08C !important;
}

.margin-b {
    margin-bottom:15px;
    clear:both;
}