@media screen and (max-width: 767px) {

    .P21SystemBody {
        min-height: inherit !important;
    } 

    .Content {
        min-width: inherit;
        max-width:1014px;
        width:100%;
        margin:0 auto;
    }

    .SectionTitle h2 {
        font-size: 23px;
    }

    .PageHeader {
        padding: 40px 0px;
    }

    .PageTitle h1 {
        line-height: 40px;
    }


}
