@charset "UTF-8";
/* CSS Document */

.service-body {
    font-size: 20px;
    line-height: 34px;
    font-weight: 100;
}

.field-service {
    position: relative;
    font-size: 24px;
    color: #A8A8A8;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #B6B6B6;
    margin-top: -1px;
    margin-left: 25px;
}


.field-service:last-child {
    padding-top: 30px;
    border-top: 1px solid #B6B6B6;
}

