/*FAQ's*/
div[itemtype="https://schema.org/FAQPage"] h5{font-size:16px;margin:10px 0 5px;}
div[itemtype="https://schema.org/FAQPage"] p{margin:0;}
div[itemtype="https://schema.org/Question"]{margin:0 0 20px;}
div[itemtype="https://schema.org/Answer"]{background-color:var(--bbg);border-left:6px solid var(--bdr);padding:10px;font-size:16px;line-height:1.6;}
div[itemtype="https://schema.org/Answer"] .table,
div[itemtype="https://schema.org/Answer"] .table tr th{background-color:var(--bbg);}
@media screen and (min-width: 1025px){
    div[itemtype="https://schema.org/FAQPage"] h5{font-size:16px;}
    div[itemtype="https://schema.org/Answer"]{margin-left:5px;border-width:10px;}
}
