.side-m h3{
    text-align: center;
    background-color: #a6c;
    padding: 12px;
    text-transform: capitalize;
    color: white;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
    border: none;
}
h1.reg_1{
    font-size: 30px;
}
h4.web-content{
    font-size: 22px;
    color: #a6c;
    font-family: arial;
    line-height: .6;
} 
h5.web-content{
    color: #a6c;
    font-family: arial;
    font-size: 14px;
}
.panel-group span{
    color: #DB0F38;
}
p.reg_m_p{
    text-indent: 50px; 
    margin-top: -15px;
}
.faq-section .static-wrapper p{
    line-height: 1.4;
    text-indent: 27px;
    color: gray; 
}
.faq-section .bootstarp-accordion p{
    line-height: 1.4;
    text-indent: 27px;
    color: gray;
}
.faq-section .bootstarp-accordion li{
    color: gray;
}
.faq-section .bootstarp-accordion .web-content{
    margin-bottom: 5px;
}
.faq-section .bootstarp-accordion .psd li{
    line-height: 1.7;
} 
.faq-section{
    margin-bottom: 25px;
}
.ops{
    text-indent: 45px; 
    margin-top: -15px;
    font-size: 14px;
}
@media (max-width: 768px) {
    h1.reg_1{
        font-size: 24px;
        margin-top: 20px;
    }
    p.reg_m_p{
        font-size: 14px;
        margin-top:-15px;
        text-indent: 35px;
        line-height: 1.5;
    }
    h4.web-content{
        font-size: 18px;
        color: #a6c;
        font-family: arial;
        margin-bottom: 7px;
        line-height: 1.4;
    } 
    h5.web-content{
        color: #a6c;
        font-family: arial;
        font-size: 12px;
    }
    .content-wrapper{
        padding: 25px 0 25px;
    }
    .faq-section .static-wrapper p{
        text-indent: 20px; 
    }
    .faq-section .bootstarp-accordion p{
        text-indent: 20px;
    }
    .ops{
       text-indent: 35px; 
       font-size: 12px;
       line-height: 1.4;
       color: gray;
    }
}