div#faqAccordion p {
margin-top: 0;
margin-bottom: 3px;
}
div#faqAccordion button {
outline: unset;
}
.accordion {
background-color: #dbdbdb;
font-weight: bold;
color: #002e69;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: 0.4s;
}
.active,
.accordion:hover {
background-color: #ccc;
}
.accordion:after {
content: '\002B';
color: #777;
font-weight: bold;
float: right;
margin-left: 5px;
}
.active