.catalog-faq {
	width: 100%;
}

.catalog-faq__title {
	font-family: "Geologica", sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.25;
	color: #02354B;
}

.faq-item__title {
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.faq-answer-content p {
	margin: 0 0 12px 0;
}

.faq-answer-content p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.catalog-faq__title {
		font-size: 22px;
		margin-bottom: 20px;
	}
}