.about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: min(30px, 10%); padding-right: min(30px, 10%);
}

.about h1 {
    text-align: center;
}

.about ul {

}

.people {
    display: flex; flex-direction: row; justify-content: space-between;
}

.person {
    width: 25%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.person p {
    font-size: 14px;
}

.founders-photo {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
    border-radius: 50%;
}