.info-wrapper{
	padding: 1vw 6vw;
}

.info-wrapper h2{
	font-size: 33px;
	font-weight: bold;
	color: #4186ba;
	padding: 3vw 0px;
	text-align: center;
}

.info-wrapper h2:before{
	content: "";
	display: block;
	width: 3em;
	max-width: 100%;
	border-bottom: 1px solid #4186ba;
	margin: 0em auto 0.1em;
}

.info-wrapper h2:after{
	content: "";
	display: block;
	width: 3em;
	max-width: 100%;
	border-bottom: 1px solid #4186ba;
	margin: 0.1em auto 0em;
}

.info-wrapper div .faq-title{
	font-size: 22px;
	font-weight: bold;
	color: #3d92cf;
	margin-top: 25px;	
}

.info-wrapper div div:not(:first-child){
	margin-top: 20px;
}

.info-wrapper div .faq-q{
	font-size: 22px;
	color: #3d92cf;
}

.info-wrapper div .faq-a{
	
}