
div.mainimg {
	background-size: auto 100%;
	height: auto;
	padding-bottom: 50px;
}


div.mainimg div {
	margin: 0 auto;
	padding: 15px 0 10px 0;
	text-align: center;
	width: 100%;
}

div.mainimg div img {
	height: auto;
	width: 60px;
}

div.mainimg h1 {
	margin: 10px 0 30px 0;
}

div.mainimg h1 img {
	height: auto;
	width: 80%;
}
div.mainimg h2 img {
	height: auto;
	width: 90%;
}

ul.service li {
	width: 100%;
}

ul.service li h3 {
	background-size: 100% auto;
	display: block;
	height: auto;
	padding-bottom: 30px;
	width: 100%;
}

ul.fees li {
	margin: 20px auto;
	width: 100%;
}

ul.qa li {
	padding: 40px 0;
}

ul.qa li h3 {
	font-size: 22px;
	line-height: 1.2em;
	padding-left: 10px;
	position: relative;
}

ul.qa li h3 em {
	border-radius: 100%;
	left: 10px;
	padding-top: 12px;
	position: absolute;
	top: -60px;
}

ul.qa li div.answer {
	padding: 10px;
}

ul.qa li div.answer h4 {
	font-size: 22px;
	line-height: 1.3em;
	padding: 23px 0 20px 50px;
}

ul.qa li div.answer h4::before {
	left: 10px;
	top: 22px;
}

ul.qa li div.answer div.text {
	padding: 10px 15px;
}

div.profile {
	background-blend-mode: lighten;
	background-color: rgba(255,255,255,.7);
	background-position: right 0 bottom 20px;
	background-size: 250px;
}

div.profile div.photo {
	float: none;
	text-align: center;
	width: 100%;
}

div.profile div.photo img {
	height: auto;
	width: 100%;
}

div.profile div.text {
	float: none;
	padding-top: 0;
	width: 100%;
}

div.profile div.text h3 {
	text-align: center;
}

div.profile div.text h3 em {
	display: block;
}

div.profile div.text div.qualification {
	display: block;
}

div.profile div.text div.qualification ul.list {
	padding: 10px;
}

div.profile div.text div.qualification ul li {
	background-position: left 12px top 9px;
	padding: 2px 10px 2px 30px;
}