.content-section{
    padding:0 0 60px;
}

.content-sec-header{
    background:#00a1a9;
    color:#fff;
    text-align:center;
    padding:30px 0 30px;
}

.content-section h1,
.content-section h2,
.content-section h3,
.content-section h4{
    color: #00a1a9;
    font-weight: 500;
    line-height: 1.2;
    margin: 20px 0 20px 0;
}
.content-sec-header h1,
.content-sec-header h2,
.content-sec-header h3,
.content-sec-header h4{
    color:#fff;
}
.content-section h5,
.content-section h6{
    margin:15px 0 15px 0;
}
.content-section h1{
    font-size:40px;
}
.content-section h2{
    font-size:36px;
}
.content-section h3{
    font-size:30px;
}
.content-section h4{
    font-size:24px;
}
.content-section h5{
    font-size:20px;
}
.content-section h6{
    font-size:20px;
}
.content-section p{
    line-height:1.5;
    color:inherit;
    margin:0 0 30px 0;
}

.content-section ul{
    list-style:disc;
    padding-left:40px;
    margin:0 0 20px;
}
.content-section ul li,
.content-section ol li{
    line-height:1.5;
}

.content-sec-header p{
    margin:0;
}
.content-section a:not(.btn){
    color:#00a1a9;
}
.content-section a:not(.btn):hover{
    text-decoration: underline;
}

.content-section img{
    max-width:100%;
}

.content-section-body{
    padding-top:40px;
}

.csb-footer{
    padding-top:20px;
}

.csb-footer .btn{
    margin-left:5px;
    margin-right:5px;
    margin-top:10px;
}

@media (max-width: 767px){
    .content-section h1{
        font-size:28px;
    }
    .content-section h2{
        font-size:24px;
    }
    .content-section h3{
        font-size:22px;
    }
    .content-section h4{
        font-size:18px;
    }
    .content-section h5,
    .content-section h6,
    .content-section p{
        font-size:16px;
    }
}