.accordion {
    margin-bottom: 20px;
}

.accordion-button {
    background-color: #0000;
    color: #fff;
	size: 16px;
}

.accordion-button: active {
	pointer-events: none;
}

.accordion-header .accordion-title {
    font-size: 16px; /* Change the font size */
    color: #5930; /* Change the font color */
}

.accordion-body {
    font-size: 16px; /* Change the font size */
    color: #555; /* Change the font color */
	border: none;
}