@import url('./header.css');
@import url('./footer.css');

h1 {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 800;
}

.about__image {
    object-fit: cover;
    width: 100%;
    filter: grayscale(70%);
}

.about__text {
    font-weight: 600;
    line-height: 2;
}

.about__caption {
    font-size: .8rem;
}

.about {
    max-width: var(--wrap-width);
    width: 100%;
    margin: 0 auto;
}