.product-faqs h2 {
    margin-bottom: 16px;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	color: #0c0c0c;
}

.faq-list {
    list-style: none;
    padding: 0;
}


.faq-question {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
	 width: 100%;
    padding: 1rem;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}


.faq-question:focus {
    outline: none;
}

.toggle-icon {
    font-size: 24px;
    color: #0c0c0c;
}

.faq-answer {
   padding: 1rem;
	background-color: #fff;
    color: #0c0c0c;
    font-size: 16px;
    display: none;
}
