.about-wrrap {
    text-align: justify;
}

.about-wrrap .content {
    padding: 38px 15px 62px;
}

.about-wrrap .content p {
    text-indent: 0 !important;
}

#wrapper {
    margin-bottom: 60px;
}

footer {
    margin-top: 60px;
}

@media(max-width: 768px) {
    .about .about-wrrap .content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .content img {
        max-width: 100%;
    }
}