
.pg-about {
    max-width: 75ch;
    margin: 0 auto;
}

.pg-about hr {
    border-top: 1px solid #000;
    width: 20%;
    margin: 1rem auto;
    min-width: 175px;
}

.pg-about__company img {
    margin: 1rem 0;
}

.pg-about section:not(.pg-about__team) {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2rem 0;
}

.pg-about section:not(.pg-about__team) :is(h2,p) {
    text-align: center;
}

.pg-about__team {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2rem 0;
}

.pg-about__team-list {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.pg-about__team-list li {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.pg-about__team__photo {
    max-width: 85px;
}

.pg-about__team__name {
    font-weight: 600;
    margin: 0;
}

.pg-about__team__creds {
    font-size: .8em;
}

.pg-about__team__title {
    font-size: .8em;
    margin: .5em 0 0 0;
}