@media (max-width:1100px) {}

@media (max-width:780px) {}

.imc-faq details {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 10px;
}

.imc-faq summary {
	list-style: none;
	padding: 14px 16px;
	cursor: pointer;
	font-weight: 700;
	color: var(--brand-1);
}

.imc-faq[open] summary {
	border-bottom: 1px solid #e9ecef;
}

.imc-faq p {
	padding: 0 16px 14px;
	color: var(--muted);
}

@media (max-width:600px) {}