/* Minification failed. Returning unminified contents.
(6,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(8,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(10,23): run-time error CSS1039: Token not allowed after unary operator: '-font-regular'
 */
#families {
    padding: 80px 0;
}
#families .title {
    align-items: center;
    color: var(--black-title);
    display: flex;
    font-family: var(--font-title);
    font-size: 1.5rem;
    font-weight: var(--font-regular);
    height: 50px;
    justify-content: flex-start;
    margin: 0;
}
#families .featured-row {
    padding-bottom: 20px;
}
#families .featured-box {
    height: 100%;
    padding-bottom: 0;
    margin-bottom: 1.25rem;

}
