div.about {
    width: 75%;
    max-width: 75%;

    margin-top: 8%;
    margin-left: 12.5%;
    margin-right: 12.5%;

    border-radius: 15px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    background-color: var(--third-color);
    color: var(--text-color);

    font-size: 1.75rem;
}

div.about p{
    margin-left: 5%;
    margin-right: 5%;

    text-align: left;
}

div.about p.headline {
    width: fit-content;

    margin-bottom: 3.5%;
    margin-left: 2%;
    margin-right: 2%;

    align-self: center;
    text-align: center;
    font-size: 2.25rem;
}