.aboutBg {
    width: 100%;
    height: 60%;
    background: url('../images/aboutImg.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    color: #fff;
    position: relative;
}

.about {
    background-color: #F7F7F7;
    padding-bottom: 1em;
    color: #222;
}

.aboutTitle {
    font-size: 1.5em;
    padding: 1em 0;
    font-weight: bold;
}

.aboutItem {
    font-size: 1em;
    margin-bottom: 1em;
    line-height: 2em;
    text-indent: 2em;
}

.aboutImg {
    width: 100%;
    height: 100%;
}