#pageContent {margin-top:120px}
.content {text-align:left;padding:0px 0px 50px}
.content h1 {font-weight:700;font-size:24px}
.content h2 {    font-size: 18px;font-weight: 500;    font-weight: 700;}
.content h3 {margin-top:50px;text-align:center;}
.section {position:relative;}
section.sperate{margin-bottom:50px;min-height:240px;background:rgba(0,0,0,.36)}
section.sperate h1 {    color: #FFF;font-size: 24px;text-align: center;margin-top:80px;}

.underline {position:relative;}
.underline:after {    content: "";background-image: url(/assets/img/underline.png);height: 24px;width: 100%;position: absolute;bottom: -26px;left: 0px;background-size: 100%;background-repeat: no-repeat;}

.actions {text-align:center;}
.contactUs {display:inline-block;    border: solid 1px;padding: 5px 15px;margin-top: 20px;}
.contactUs:hover {background-color:#0074c6;color:#FFF}
.contactUs:hover {}

@media only screen and (max-width: 40em) {
    .content {padding:0px 10px 20px;}
    .content p {padding-bottom:0px !important;margin-bottom:20px !important;;}
    .cover {min-height:200px;}
    .content h2 {margin-top:20px;}
    .contactUs {margin-bottom:30px;}
    section.sperate {margin-bottom:0px;}
    section.sperate h1 {    padding: 20px;    line-height: 60px;    background: rgba(0, 0, 0, 0.45);}
}