#about {
    max-width: 80rem;
    margin: 0;
}

#about h2 {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    margin-bottom: 3rem;
    color: #666;
}

#about h2.exhibitions {
    margin-top: 8rem;
}

#about h3 {
    font-size: 2.4rem;
    font-weight: 300;
    margin: 4rem 0 3rem 0;
}

#about p {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 1.8rem;
}

#about .entry {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

#about .project-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

#about .project-link:hover {
    color: var(--project-color);
}
