.about-text {
    padding: 50px;
}

@media only screen and (max-width: 749px) {
    .about-text {
        padding: 0px 20px;
    }
}