#main {
	text-align: left;
	padding: 160px 0 1% 1%;
	width: 98%;
}

#main .content {
	margin: 80px 0 60px 0;
}

#main .content .desc {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	/*line-height: 19px;*/
	color: #4f4f4f;
}

#main .content .field {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	color: #4f4f4f;
	margin-top: 30px;
}

#frmAsk {
	width: 60%;
}

#about {
	-webkit-box-shadow: none;
	background: transparent;
	box-shadow: none;
	padding: 15px;
	color: #041c3d;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -1px;
	margin-top: 5px;
}

#counter {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: -1px;
	color: #d7dde3;
	position: absolute;
	margin-top: -23px;
}

#main .send {
	text-align: center;
	margin-top: 80px;
}

@media (max-width: 991px) {
	#frmAsk {
		width: 100%;
	}
}
