.banner-con {
    padding: 15px 0 30px;
    width: 100%;
    margin-top: 20px;
}
.content-section p, .content-section ul {
    text-align: left;
    color: #6d6d6d;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 20px;
}
.content-section {
    float: left;
}
.content-section p span {
    font-weight: 700;
}
.content-section ul li {
   margin-left: 45px;
    line-height: 28px;
}
.content-section h2 {
 margin: 10px 0px;
 font-size: 22px;
font-weight: 500;
line-height: 25px;
}
.content-section h3 {
 margin: 10px 0px;
 font-size: 20px;
font-weight: 500;
line-height: 25px;
}
.content-section h6{
    font-weight: 500;
}
.content-section strong {
    color: #4d4d4d;
}
.subheading {
    padding-left: 25px;
}
.doublesubheading{
    padding-left: 40px;
}
.scrolling-ul li {
    font-weight: 500;
    }

  @media(max-width: 767px){
    .content-section {
        float: none !important;
        width: 100%;
    }
    .subheading {
    padding-left: 20px;
    word-break: break-all;
}
 }      