.about-menu-realty.float_l {
    background-image: url("../images/about-menu-realty.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}
.about-menu-realty-text {
    float: left;
    padding: 98px 0;
    width: 50%;
}
.about-menu-realty-text .heading, .we-put-cus.float_l .heading, .why-work-with-text .heading {
    font-size: 48px;
    font-weight: 100;
    line-height: 58px;
    margin: 0 0 10px 0;
}
.about-menu-realty-text .simple-text, .we-put-cus.float_l .simple-text, .why-work-with-text .simple-text {
    line-height: 26px;
}
.we-put-cus.float_l {
    background-image: url("../images/we-put-cus.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    color: #fff;
    padding: 100px 0;
}
.we-put-cus.float_l .simple-text {
    padding: 0 75px;
}
.we-put-cus.float_l .heading {
    margin: 0 0 20px 0;
}
.why-work-with.float_l {
    background-image: url("../images/why-work-with.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}
.why-work-with-text {
    float: right;
    width: 55%;
    padding: 110px 0;
}



@media screen and (max-width: 1200px) {
	.container {
	  width: 960px;
	}
	.about-menu-realty.float_l, .we-put-cus.float_l, .why-work-with.float_l{
		background-size: cover;
	}
	.about-menu-realty-text, .we-put-cus.float_l, .why-work-with-text {
	  padding: 40px 0;
	}
	.we-put-cus.float_l .simple-text {
	  padding: 0;
	}
}
@media screen and (max-width: 990px) {
	.about-menu-realty-text .heading, .we-put-cus.float_l .heading, .why-work-with-text .heading{font-size:30px; line-height:36px;}
.why-work-with.float_l{ background-image:none;}
	.container {
	  width: 740px;
	}
	.about-menu-realty-text, .why-work-with-text {
	  width: 75%;
	}
}
@media screen and (max-width: 768px) {
	.container {
	  min-width: 320px;
	  padding-left: 5%;
	  padding-right: 5%;
	  width: 100%;
	}	
	.about-menu-realty-text, .why-work-with-text{
		width: 100%;
	}
}