/*
 * page-services.css — rules used only on the Services page (page-services.php).
 * The capability groups and service cards are shared: see components.css.
 */

/* Slightly less space under the note than other sections, as in the design. */
.fdfs-services {
    padding-bottom: calc(var(--fdfs-section-space) - 2px);
}

/* Note under the services, below a short line. */
.fdfs-services__note {
    max-width: 787px;
    margin-top: 66px;
    padding-top: 32px;
    border-top: 1px solid var(--fdfs-line);
    font-size: var(--fdfs-size-card-text);
    line-height: 1.6;
}
