.about_page h1,
h2 {
    text-align: center;
    margin: 3rem 0;
}

.about_page p {
    line-height: 6;
    color: black;
    padding: 4rem 2rem;
    margin: auto;
    max-width: 50rem;
    font-size: 1.2rem;
}