.box {
	padding: 30px 40px;
	border-radius: 3px;
	text-align: inherit;
	position: relative;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 26px;
}
.box p,
.tagdiv-type .box p  {
	color: inherit;
	text-transform: none;
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
}
.box > *:first-child {
	margin-top: 0;
	padding-top: 0;
}
.box > *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

@media( max-width: 500px ){
	.box {
		padding-right: 30px;
	}
	.box::after {
		display: none;
	}
}

@media( max-width: 374px ){
	.box {
		padding: 50px 20px 20px;
	}
}



.blockquote {
	margin-bottom: 26px;
}

.blockquote .box {
	padding: 50px 60px;
	margin: 0;
	background-color: #fafafa;
	position: relative;
	font-style: italic;
	text-align: center;
}
.blockquote .box::before,
.blockquote .box::after {
	position: absolute;
	font-size: 80px;
	line-height: 0.7em;
	height: 0.23em;
	width: 0.28em;
	text-indent: -0.09em;
	font-family: inherit;
	color: #00a591;
}
.blockquote .box::before {
	content: '“';
	top: 20px;
	left: 20px;
}
.blockquote .box::after {
	content: '”';
	bottom: 20px;
	right: 33px;
}
@media( max-width: 500px ){
	.blockquote .box {
		padding: 50px 40px;
	}
}





.box-group.faq_box {
	border: 0;
}
.box-group.faq_box > .title {
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-top: -10px;
	margin-bottom: 15px;
	margin-left: 0;
	color: inherit;
}
.box-group.faq_box > .title > span {
	background-color: transparent;
	float: none;
	display: inline;
	padding: 0;
}

@media( max-width: 500px ){
	.box-group.faq_box > .title {
		padding-bottom: 10px;
	}
}

@media screen and (min-width: 768px) {
	.box-group.faq_box > .title {
		font-size: 27px;
	}
}
.box-group.faq_box > .title {}








