.faqBlock{
    margin-bottom:30px;
}
.faqTitle{
    color: #c0392b;
    font-size:22px;
    font-weight:bold;
    text-decoration: underline #000;
}
.faqValueblock{
    margin-top:10px;
    margin-bottom:10px;
    border-top: 1px dotted #767676;
}
.faqValueQuestion{
    /*font-weight:bold;*/
    /*font-size:16px;*/
    display:block;

    text-align:left;
    text-decoration:none;
}
.faqValueQuestion h3{

    margin-bottom:0.2rem;
    padding-top: 0.7rem;

}
.faqValueQuestion[aria-expanded=false] h3::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content:"\f078";
    padding-right:10px;
}
.faqValueQuestion[aria-expanded=true] h3::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content:"\f077";
    padding-right:10px;

}




.faqValueAnswer{

}