

.section-1{

	background-color: #f8f8f8;
	background-image: url(../images/new-about-1-1.jpg);
	background-position: left bottom;
	background-size: 50% auto;
	background-repeat: no-repeat;
	/* min-height: 300px; */
}

.s-1-r{
	padding-left: 50px;
}

@media (min-width: 993px) and (max-width: 1200px) {
	.section-1{
		background-position: -50px center;
		background-size: auto 100%;
	}
	.s-1-r{
		padding-left: 30px;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.section-1{
		background-position: -100px center;
		background-size: auto 100%;
	}
	.s-1-r{
		background-color: #f8f8f8;
		padding-left: 20px;
	}
}

@media (max-width: 768px) {
	.section-1{
		background-position: -150px center;
		background-size: cover;
		background-image: none;
	}
	.s-1-l{
	}
	.s-1-r{
		background-color: #f8f8f8;
		padding-left: 15px;
	}
}

.s-2-r-img{
	width:100%;
	margin-top: 220px;
	filter:drop-shadow(-10px -10px 0px rgba(0,0,0,.06))
}
.s-2-l-img{
	width:50%;
	float:right;
	margin-top: 10px;
	margin-right: -5px;
	margin-left: 5px;
	filter:drop-shadow(-10px -10px 0px rgba(0,0,0,.06))
}
@media (min-width: 1441px) {
	.s-2-r-img{
		width:110%;
	}
}
@media (min-width: 1201px) and (max-width: 1440px) {
	.s-2-r-img{
		margin-top: 180px;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	.s-2-r-img{
		margin-top: 160px;
	}
}
@media (min-width: 993px) {
	.s-2-l-img{
		display:none;
	}
}


.section-3{

	background-color: #f3f0ea;
	background-image: url(../images/new-about-1-3.jpg);
	background-position: left center;
	background-size: 42% auto;
	background-repeat: no-repeat;
	/* min-height: 300px; */
}

.s-3-r{
	padding-left: 50px;
	background-color: #f3f0ea;
}
@media (min-width: 1921px) {
	
}
@media (min-width: 1441px) and (max-width: 1920px) {
	.section-3{
		background-size: 50% auto;
		background-position: -50px center;
	}
}
@media (min-width: 1201px) and (max-width: 1440px) {
	.section-3{
		background-size: 55% auto;
		background-position: -80px center;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	.section-3{
		background-size: 55% auto;
		background-position: -60px center;
	}
	.s-3-r{
		padding-left: 30px;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.section-3{
		background-position: -50px center;
		background-size: auto 100%;
	}
	.s-3-r{
		background-color: #f3f0ea;
		padding-left: 20px;
	}
}

@media (max-width: 768px) {
	.section-3{
		background-position: center bottom;
		background-size: 100% auto;
		padding-bottom: 90%;
	}
	.s-3-l{
	}
	.s-3-r{
		/* background-color: #f8f8f8; */
		padding-left: 15px;
	}
}


.section-4 {
	
}
.s-4-l{
	padding-top: 100px;
}
.s-4-r {
	padding: 50px 0;

}
.s-4-r img{
	width: 100%;
}

@media (min-width: 1201px) and (max-width: 1440px) {
}
@media (min-width: 993px) and (max-width: 1200px) {
}

@media (min-width: 769px) and (max-width: 992px) {
	.s-4-l{
		padding-top: 30px;
	}
}

@media (max-width: 768px) {
	.s-4-l{
		padding-top: 00px;
	}
}
	.s-4-r {
		padding: 10px 0;
	
	}
}