.aboutHistory{
    width: 90%;
    max-width: var(--max-sm-width); 
    margin:8rem auto 8rem;
}
.aboutHistory__headline{
    font-size: var(--fs-large);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
.aboutHistory__content{
    color: var(--gray-50);
    /* text-align: center; */
    text-indent: 2rem;
    font-size: var(--fs-smaller);
    font-weight: 500;
    line-height: 1.7;
    width: 100%;
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.aboutHistory__content p + p{
    margin-top: 1.5rem;
}