/* Phase 5.27 — Fulgent OS aligned inquiry services */
.fpa-service-group {
    margin-top: 8px;
}

.fpa-service-group + .fpa-service-group {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.fpa-service-group-label {
    margin: 0 0 7px;
    font-family: 'Raleway', sans-serif;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #777;
}

.fpa-services-note {
    max-width: 760px;
    margin: 9px 0 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 9px;
    line-height: 1.65;
    letter-spacing: .03em;
    text-transform: none;
    color: #777;
    text-align: left;
}

@media only screen and (max-width: 880px) {
    .fpa-service-group + .fpa-service-group {
        margin-top: 14px;
        padding-top: 13px;
    }
}
