/**
 * @license Copyright 2021 Lahuen Health SPA. All Rights Reserved.
 */

.c-evaluation-section {
    padding-bottom: 1rem;
    border-bottom: .1rem solid var(--gray-e);
    margin-bottom: 1rem;
}

.c-evaluation-section .c-evaluation-section__title {
    color: var(--primary-c-normal);
    font: 600 1.4rem 'Lato', sans-serif;
    margin-right: 2rem;
}

.c-evaluation-section__subtitle {
    font: 400 1.2rem "Open sans", sans-serif;
    color: var(--gray-c);
}

hr {
    border: .1rem solid var(--primary-d-bright);
    margin-bottom: 1rem;
}
