/**
 * @license Copyright 2022 Lahuen Health SPA. All Rights Reserved.
 */
.c-form-section-admission-history__pair {
    margin-bottom: 2rem;
    margin-right: 4rem;
}

.c-form-section-admission-history__pair .c-label.c-pair__label {
    color: var(--primary-d-normal);
    font: 600 1.2rem 'Lato', sans-serif;
}

 .c-form-section-admission-history__pair .c-form-section__value.c-textvalue {
    font: 400 1.2rem 'Open Sans', san-serif;
    color: var(--gray-a);
}
