.faq-question{

    width:100%;

    background:#1f2937;

    color:#fff;

    border:none;

    padding:18px;

    text-align:left;

    cursor:pointer;

    font-size:18px;

    font-weight:600;

    border-radius:8px;
	
	margin-bottom:2px;
}

.faq-answer{

    display:none;

    background:#f3f4f6;

    color:#374151;

    padding:20px;

    border-radius:0 0 8px 8px;

    line-height:1.7;
}