.accordion-faq .card  {
    border: 0;
    margin-bottom: 9px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.05);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.05);
    border: 1px solid #ededed;
    border-radius: 4px;
}
.accordion-faq .card .card-header {
    border-bottom: 1px solid #ededed;
    padding: 20px;
    background: #fafafa;
    border-radius: 4px;
}
.accordion-faq .card .card-header a {
    position: relative;
}
.accordion-faq .card-header a h6 {
    font-weight: bold;
    color: #999;
}
.accordion-faq .card .card-header a[aria-expanded="false"]:before {
    content: "\f067";
}
.accordion-faq .card .card-header a[aria-expanded="true"]:before {
    content: "\f068";
}
.accordion-faq .card .card-header a:before {
    position: absolute;
    right: 7px;
    font-family: FontAwesome;
    font-size: 17px;
    color: #0508b1;
}
.accordion-faq .card-body {
    text-align: justify;
    padding: 20px;
    color: #555;
    line-height: 1.6;
}
.title-faq {
    text-align: center;
}
.desc-faq {
    text-align: center;
}