.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; */
    font-size: 24px;
    font-weight: 600;
    font-family: var(--title-font);
    border: 0;
    color: var(--title-color);
    background-color: transparent;
    padding: 25px 45px 12px 30px;
    min-height: 75px;
    gap: 10px;
    margin-bottom: 15px;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    border: 1px solid #f17744;

}
.accordion-faq .card .card-header a {
    position: relative;
}
.accordion-faq .card-header a h3 {
    color: #f17744;
    font-size: 24px;
    margin-bottom: 0px;
    text-align: left;
    font-family: 'Manrope', sans-serif;
}
.accordion-faq .card .card-header a[aria-expanded="false"]:before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    color: #f17744;
}
.accordion-faq .card .card-header a[aria-expanded="true"]:before {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    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: 40px 0px 20px;
    /* background: #f5f5f5; */
    border-radius: 11px;
    font-size: 16px;
    color: #6e7070;
    font-weight: 100;
}
.title-faq {
    text-align: center;
}
.desc-faq {
    text-align: center;
}

.faq-ol{
    border-radius: 5px;
    margin-top: 19px;
    margin-bottom: 0px;
}
.item {
    margin-bottom: 30px;
}
.faq-ol {
    min-height: 80px;
}
