.about-page h2 {
    margin-top: 60px;
}

.about-page p {
    margin-top: 1em;
}

.about-lead {
    font-size: 22px;
    line-height: 1.45;
}

.about-photo {
    margin: 40px 0 0;
}

.about-photo img {
    border-radius: 8px;
    display: block;
    height: auto;
    width: 100%;
}

.about-photo figcaption {
    color: #6F625C;
    font-family: var(--font-headers);
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
}

.about-team {
    scroll-margin-top: 100px;
}

.about-team .author-widget {
    margin: 40px 0 0;
}

.about-team .author-widget + .author-widget {
    margin-top: 56px;
}

.about-team .author-bio + .author-bio {
    margin-top: 12px;
}

.about-page .author-social-links a {
    margin-bottom: 0;
}

@media (max-width: 799px) {
    .about-page h2 {
        margin-top: 48px;
    }

    .about-lead {
        font-size: 19px;
    }

    .about-team .author-widget {
        margin-top: 32px;
    }
}
