.col-xs-12 {
    width: 100%;
    float: left;
    padding: 0 10px;
}

.container:after {
    clear: both;
    display: table;
    content: " ";
}

.page-main {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.cms-page-view #maincontent {
    line-height: 22px;
}

@media (min-width: 768px) {
    .col-lg-6 {
        width:50%;
        float: left;
        padding: 0 10px
    }
}
