.faq-box {
	border: 1px solid #ddd;
	border-radius: 4px;
	border: 1px solid #e6e6e6;
    padding: 5px 20px;
    border-radius: 15px;
    margin-bottom: 25px;
	background: #f9f9f9;
}
.faq-box h2 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 500;
}