#c_faq .middle > h1 {
    font-family: 'MuseoModerno', serif;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: left;
    margin-top: 7rem;
}

#c_faq .category {
    border-bottom: 1px solid #ddd;
    padding: 1rem 0;
    width: 100%;
}

#c_faq .category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: 'MuseoModerno', serif;
    font-size: 1.5rem;
}

#c_faq .category-title {
    margin-left: 0; 
}

#c_faq .category-toggle {
    margin-right: 0; 
    font-size: 1.5rem;
}

#c_faq .questions {
    margin-top: 1rem;
    padding-left: 2rem; /
    display: block; 
}

#c_faq .question {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    font-family: 'Lato', sans-serif; 
}
#c_faq  p{
	margin:0;
	font:inherit;
	text-align:inherit;
	max-width:inherit;
}
#c_faq  a{
	display:inline-block;
	border-bottom:1px solid;
	cursor:pointer;
}
#c_faq a:hover{
	color:var(--dominant-color);
}





