h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    line-height: 1
}

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

.cms-page-view #maincontent h1.page-title {
    font-size: 36px;
    font-weight: 400;
    color: inherit;
    position: relative;
    display: block;
    margin-bottom:30px;
    margin-top:30px;
}

.cms-page-view #maincontent h2 {
    font-size: 24px;
}



.post-readmore.buttonfix {
    width: 100%;
    border: none;
    background-color: #5da201;
    color: #fff !important;
    letter-spacing: 1.2px;
    border-radius: 30px;
    line-height: normal;
    padding: 14px;
    display: inline-block;
    height: 50px;
    text-align: center;
}

.post-readmore.buttonfix:hover {
    color: #fff !important;
    background-color: #457901;
    border-color: #5da201;
}


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

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

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

/*
.cms-page-view .page-main .container{
	padding: 0 10px;
}
*/



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


