

.about-title{

}
.about-title p{
	margin: 0;
	line-height: 1.888888;
}
.about-title img{
	margin-top: 20px;
	width: 100%;
}

.about-survey{

}
.about-survey h2{
	text-align: center;
	color: #006498;
	font-size: 24px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 30px;
}
.about-survey table{
	width: 100%;
}

.about-survey table tr{
	background-color: #F3F4F6;
	margin-bottom: 5px;
	border-bottom: 5px solid #fff;
	height: 40px;
	line-height: 40px;
}

.about-survey table tr td:first-child{
	width: 150px;
	padding-left: 20px;
	box-sizing:border-box;
}
.about-survey table tr td:last-child{
	box-sizing:border-box;
	padding: 10px 20px 10px 0;
}
.tab{
	display: inline-block;
	width: 31px;
}

@media (min-width: 992px) and (max-width: 1200px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
@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: 40px 20px;
	}
	.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;

	}
}

