.faq-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.faq-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.faq-title > a:hover, 
.faq-title > a:active, 
.faq-title > a:focus  {
    text-decoration:none;
}
.faq-accordian{
    margin-top: 50px;
    margin-bottom: 50px;
}
.acrdn-name{
    margin: 10px;
    color: black;
    font-size: 18px;
}
.acrdn-heading{
    font-size: 16px;
    color: #3B4A66;
    font-weight: 500;
}
.acrdn-content{
    font-size: 14px;
    text-align: justify;
}