.about-wrapper {
	width: 100%;
	float: left;
	margin-top: 70px;
	background-color: #FBFBFB;
}
.about-section{
	width: 100%;
	float: left;
	padding:  0px 80px 80px;
}
.imag-section {
	width: 40%;
	float: left;
	background-color: #ffffff;
	padding-right: 70px;
}
.imag-section img{
	width: 100%;
}
.about-contebt {
	width: 60%;
	float: left;
	padding: 50px 50px 10px;
}
.about-wrapper.main-section .imag-section{
	width: 100%;
	padding: 0;
}
.about-wrapper.main-section  .about-contebt{
	width: 100%;
	padding: 50px 50px 30px;
}
.about-contebt h3{
	font-size: 30px;
	color:#ACBF00;
	font-weight: 300;
	margin: 0;
	line-height: 32px;
	padding-bottom: 15px;
}
.about-contebt p{
	font-size: 17px;
	color:#4F4F4F;
	font-weight: 400;
	margin: 0;
	line-height: 28px;
	padding-bottom: 15px;
}
.about-wrapper.right-side .imag-section{
	padding-left: 70px;
	padding-right: 0px;
}
.mob-img{
	display: none;
}
@media screen and (max-width:1150px){
	.imag-section{
		background-color: transparent;
	}
	.about-wrapper.right-side .imag-section {
		padding-left: 0px; 
		padding-right: 0px;
	}
	.imag-section{
		padding: 0;
	}
}
@media screen and (max-width:820px){
	.about-section {
		width: 100%;
		float: left;
		padding: 0px 40px 80px;
	}
	.imag-section{
		width: 100%;
	}
	.about-contebt{
		width: 100%;
		padding: 30px;
	}
	.about-contebt h3{
		font-size: 24px;
	}
	.about-wrapper.main-section .about-contebt {
    
     padding: 30px; 
}
.desk-img{
	display: none;
}
.mob-img{
	display: block;
}
}