


@media screen and (min-width: 768px) {


#img-1 {
	display: none;
}

#img-2 {
	position: absolute;
	left: 0px;
	top: 50px;
}

.inline-image {
	display: inline-block;
}

#about-us-div {
	display: inline-block;
	position: relative;
	background: url("../Images/2.1and2.2_bg.png") no-repeat top left,#ffffff;
	overflow: hidden;
}

#about-us-content {
	margin: 20% auto;
	float: none;
	background: transparent;
	padding-left: 3%;
	
}

#about-us-content h3 {
	font-weight: bold;
	font-size: 20px;
}

#about-us-content p {
	line-height: 1.8;
	text-align: justify;
}



}

@media screen and (max-width: 767px) { 

.second-ul li:nth-child(2) {
	border-bottom: none !important;
}

#about-us-content {
	padding-bottom: 20px;
}

#img-2 {
	display: none;
}

#img-1 {
	display: block;
}

}

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


	#about-us-div {
		width: 1280px;
		left: 50%;
		transform:translateX(-50%);
	}
}

