.about_app {
    margin-top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_container {
    width: 80%;
    padding-bottom: 100px;
}

.about_container p {
    margin-top: 50px;
    font-size: 21px;
}