h2,.h2 {
    font-size: 2.6rem;
    border-bottom: 5px solid #ebebeb;
    color: #666;
    line-height: 1.3;
    padding: 0 0 10px 0;
    margin: 40px 0
}

summary {
    border-bottom: 1px solid #000000;
    display: list-item;
    cursor: pointer;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 30px;
    min-height: 20px;
    background-image: url(/sites/default/files/2024-12/faq_question.png);
    background-position: 1px center;
    background-repeat: no-repeat;
    font-size: 20px;
    list-style: none;
}

summary::-webkit-details-marker {
	color: #09266c00;
}

h5,.h5 {
font-size: 1.25rem;
    margin: 20px 40px 0 5px;
    padding-left: 30px;
    min-height: 30px;
    background-image: url(/sites/default/files/2024-12/faq_answer.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    /* font-family: 'arial black', serif; */
    Font-weight: normal;
}