.realestates {	

}
.realestates .wrap.padding {
    padding: 50px 0;
    box-sizing: border-box;
}
.realestates .center {
    text-align: center;
}
.realestates .white {
    background-color: #fff;
}
.realestates .left_side h2,
.realestates .left_side p,
.realestates .left_side ul {
    margin-right: 55%;
}
.realestates .right_side h2,
.realestates .right_side p,
.realestates .right_side ul {
    margin-left: 55%;
}
.realestates .right_side ul {
    text-align: justify;
    margin-bottom: 20px;
}
.realestates .right_side ul li {
    list-style-type: disc;
    margin-bottom: 5px;
}
.realestates .image1 {
    position: relative;
    min-height: auto;
}
.realestates .image1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: transparent url('../img/slide3.jpg') right center no-repeat;
    background-size: cover;
}