.faqs p, .accordion-content p .faqs div, .faqs ol li, .faqs ul li  {
    font-size: 1.25em !important;
    line-height: 1.3em;
    font-weight: 300; 
    color: #000;
    text-decoration: initial !important;
    
}

accordion-content p {
    font-size: 14px !important;
}

.faqs ul li  {
margin-left: 20px !important;
list-style-type: disc;
}

 .faqs ol li ul li, .faqs ul li ul li, .accordion-content ol li ol li {
font-size: 1em !important;
}

.faqs h3 {
    margin-bottom: 5px;
    font-weight: bold;
    text-decoration: underline; 
    color: #000;
}

.trigger h3 {
    margin-bottom: 5px;
    font-weight: bold;
    text-decoration: none !important; 
    color: #b78f35;
}

.liNK-sc {
    width: 135px;
    height: 229px;
}

.liNK-sc1 {
    width: 225px;
    height: 229px;
}

.minus::before {
    content: '\02796'; /* Unicode character for "minus" sign (-) */
    font-size: 13px;
    color: #000;
    float: right;
    margin-left: 5px;
}

.plus::before {
      content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #000;
    float: right;
    margin-left: 5px;
}

.trigger {
    border-top: #d1d1d2 solid 1px;
      
}

.accordion-content {
    margin-left: 28px;
}

.accordion-content ol {
    list-style-type: lower-alpha; 
}

.accordion-content ol li ol {
    list-style-type: lower-roman; 
}
   
   