
.faqtest {
    color: brown;
}

[data-toggle="collapse"] .fa:before {  
    content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
}

.myheader {
    height: 3rem;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 3rem;
}

.faqquestion {
    white-space: normal;
    color: #1c88b5;
    font-weight: 600;    
}

.faqanswer {
    /* white-space: nowrap; */
    white-space: normal;
    /* margin-left: 1rem; */
    /* padding-bottom: 1rem; */
    font-weight: 400;
}
 
.spacer {
    height: 10px;
}
 