.about-survey{
	padding: 0 10px;
}

.about-title p{
	margin: 0;
	line-height: 1.888888;
}
.about-title img{
	margin-top: 20px;
	width: 100%;
}

.about-survey table tr:first-child{
	border-top: 1px solid rgb(234,234,234);
}

.tab{
	display: inline-block;
	width: 31px;
}
.person-h2{
	font-size: 20px;
	color: #0096e2;
	position: relative;
	margin: 3% 0 1% 1%;
	padding-left: 10px;
}
.person-h2::after{
	content: "";
	width: 5px;
	height: 30px;
	background-color: #0096e2;
	position: absolute;
	left: 0;
	top: 0;
}
.sp-show-br{
	display: none;
}
@media (min-width: 992px) and (max-width: 1200px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 767px) {
	.about-survey .col-sm-4{
		margin-bottom: 30px;
	}
	.sp-show-br{
		display: block;
	}
	.person-h2 {
		margin: 7% 0 4% 1%;
	}
	.about-survey {
		padding: 0 ;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	/* .about-survey table tr td:last-child{
		box-sizing:border-box;
		padding: 10px 20px 10px 0;
		line-height: 25px;
	}
	.about-survey h2{
		font-size: 22px;
		margin-top: 40px;
		margin-bottom: 20px;
	} */
}
@media (max-width: 479px) {
	.page {
		padding: 30px 10px;
	}
	/* .about-survey h2{
		font-size: 22px;
		margin-top: 40px;
		margin-bottom: 20px;
	} */

	/* .about-survey table tr td:last-child{
		box-sizing:border-box;
		padding: 10px 10px 10px 0;
		line-height: 25px;
	}

	.about-survey table tr td:first-child{
		width: 100px;
		box-sizing:border-box;
		padding: 10px 0px 10px 10px;
		line-height: 25px;

	} */
}

.about-survey .col-sm-4 a{
	color: #111;
	text-decoration: none;
}

.post-featured-image img{
	width: 100%;
}
.post-title{
	background: #000;
	color: #fff;
}
.post-title-content{
	padding: 5px 0 5px 10px;
}