.tcb-faq-container{
    display: grid;
}

.tcb-faq-question, .tcb-faq-question:hover, .tcb-faq-question:focus{
	display:flex;
  	width:100%;
  	gap:16px;
  	align-items:center;
  	border:none;
    color:#000;
  	background-color:rgba(0,0,0,0);
  	outline:none;
  	padding:0;
    border-radius: 0;
}

.tcb-faq-answer{
	width:100%;
  	display:none;
  	box-sizing:border-box;
  	overflow:hidden;
}

.tcb-faq-item{
	align-self: self-start;
}

@media screen and (max-width:767px){
	.tcb-faq-question {
		white-space: normal;
		text-align: left;
	}
}
