.content {
    text-align: left;
    width: 100%;
    padding-top: 50px;
}

.subContent {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 50px;
    max-width: 900px;
    margin: auto;
    color: #000;
    padding-bottom: 100px;
}

.headerClass {
    line-height: 30px;
    font-size: 30px;
}

.title {
    line-height: 35px;
    font-size: 18px;
}

.imgContainer {
    /*max-width: 700px;*/
    /*width: 100%;*/
    max-width: 100%;
    height: auto;
}

.textCenter {
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .content {
        padding-top: 0px;
    }

    .subContent {
        background: #fff;
        border: none;
        border-radius: 0px;
        padding: 20px;
        padding-bottom: 100px;
    }
}
