/*START FAQ Section*/
.faq-container .nbsp-spacer {
  line-height: 1.5em;
}

.faq-container > h2 {
    margin-bottom: 1.8rem;
    font-size: 2.5rem;
    font-weight: 700;
    color: #164f73;
    padding: 10px;
    border-bottom: 2px solid #d8d8d8;
}

.faq-container .fas {color: #3498db; font-size: 1.8em;}
h3.faq-question {font-size: 1.1em; font-weight: 600; text-decoration: underline; line-height: 1.5;}
.faq-answer {padding-bottom: 4px;}
.faq-container li {margin-bottom: 10px;}
/*END FAQ Section*/   