.rs-17 .rs-faq-title {
	text-align: center !important;
	color: #424242;
	margin: 50px 0px;
}

.rs-faq-container {
	margin-bottom: 70px;
}

.rs-17 .rs-faq-list {
	font-size: 16px;
	list-style-type: none;
	padding-left: 0;
}

.rs-faq-question {
	color: #424242;
	cursor: pointer;
	position: relative;
	font-weight: 500;
	text-decoration: underline;
	font-family: Arial, sans-serif !important;
}

.rs-faq-question:hover {
	text-decoration: none;
}


.rs-faq-answer {
	font-size: 15px;
	display: none;
	padding: 12px 42px 12px 20px;
	margin: 20px 0 28px 4px;
	display: none;
	width: 80%;
	color: #484443;
	line-height: 1.6;
	background-color: #e6e7e8;
}

.rs-faq-item.active .rs-faq-answer {
	display: block;
}

.rs-faq-item.active .rs-faq-question {
	color: #e4054c;
	text-decoration: none;
}

.rs-faq-answer p {
	margin: 0;
}

@media (max-width: 767px) {
	.rs-faq-answer {
		width: 100%;
	}
}