.page-content {
    float: none;
    min-height: 300px;
    width: 100%;
}
h5.heading1:hover {
    color: #5CC6D0;
}
@media only screen and (min-width : 768px) {
    .page-content {
        min-height: 700px;
        width: 100%;
    }
}
@media only screen and (min-width : 1024px) {
}