@media (min-width: 1px) {
	.aboutus-m{ position: relative; overflow: hidden; }
	.aboutus-background-m{ position: relative; overflow: hidden; }
	.aboutus-bgimage-m{ position: relative; display: block; width: 100%; }
	
	.aboutus-content-m{ position: relative; }
	.aboutus-heading-m{ position: absolute; overflow: hidden; top: -42px; 
		color: #818181; font-size: 11px; font-weight: bolder; letter-spacing: 2px; 
		padding: 0px 15px; }
	.aboutus-header-m{ position: absolute; overflow: hidden; top: -31px; 
		color: #ffffff; font-size: 23px; font-weight: bolder;  color: #7fe9ba;
		padding: 0px 15px; }
	.aboutus-desc-m{ position: relative; overflow: hidden; padding: 15px; background-color: #7fe9ba; font-size: 14px; color: #0d271c; }
	.aboutus-para-m{ position: relative; overflow: hidden; margin-bottom: 20px; }
	.aboutus-para-m:last-child{ margin-bottom: 0px; }
}

@media (min-width: 768px) {
	.aboutus-content-n{ position: absolute; overflow: hidden; bottom: 10%; right: 5%; width: 65%; }
	.aboutus-heading-n{ position: relative; top: 0px; }
	.aboutus-header-n{ position: relative; top: 0px; font-size: 31px; line-height: 31px; }
	.aboutus-desc-n{ color: #ffffff; background-color: transparent; padding-top: 5px; }
}

@media (min-width: 1280px) {	
	.aboutus-content-d{ bottom: auto; right: auto; top: 23%; right: 8%; width: 760px; }
	.aboutus-heading-d{ font-size: 15px; }
	.aboutus-header-d{ font-size: 50px; line-height: 50px;}
	.aboutus-desc-d{ font-size: 17px; }
}
