.about-container {
    width: 90%;
}

@media (min-width: 900px) {

    .about-container {
        width: 800px;
    }
}