.top-title {
    color: #2e2e2e;
    background-image: url('about/bg.jpg');
}

.top-title h1 span,
.top-title h1 span::before,
.top-title h1 span::after {
    background-color: #2e2e2e;
}

.main-body::before {
    background-color: #edeae8;
}

.content h3 {
    margin-bottom: .5em;;
    line-height: 1.5em;
}

.content p {
    font-size: 14px;
    font-weight: normal;
}

.content img {
    margin-bottom: 30px;
}