.accordion-faq .card  {
    border: 0;
    margin-bottom: 10px;
    background: #fff;
}
.accordion-faq .card .card-header {

    background: #dbeff6;
    border-bottom: none;
    padding: 12px 15px;
    border-radius: 6px;
    box-shadow: 0 4px 7px 0px #8b8b8ba8

}
.accordion-faq .card .card-header a {
position: relative;
}
.accordion-faq .card-header a h3 {
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    margin-bottom: 0px;
    text-align: left;
}
.accordion-faq .card .card-header a[aria-expanded="false"]:before {
    content: "⯈";
}
.accordion-faq .card .card-header a[aria-expanded="true"]:before {
    content: "▲";
    margin-top: -3px;
    font-weight: bolder;

}
.accordion-faq .card .card-header a:before {
    position: absolute;
    right: 7px;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 900;
}
.accordion-faq .card-body {
    text-align: justify;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 11px;
}
.title-faq {
text-align: center;
}
.desc-faq {
text-align: center;
}
.rep-faq{
    color: #444;
}
.faq-ol{
    border-radius: 5px;
    margin-top: 19px;
    margin-bottom: 0px;
}
.item {
    margin-bottom: 30px;
}
.faq-ol {
    min-height: 80px;
}