/***********************************************************
Upper Content Wrapper
***********************************************************/

h2 {
    color: #4f1c00;
    float: left;
    font-weight: 700;
    font-size: 2.3em;
    margin: 0px 0px 20px 10%;
    text-transform: uppercase;
    width: 53%;
}

.buying-property h2 {
	width: 60%;
}

.lower-half {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

/***********************************************************
Left Side
***********************************************************/

.left { margin-top: 50px; }

.contact-info-outer { clear: both; }

.lower-half img { float: left; }

/***********************************************************
Right Side
***********************************************************/

.right {
    border-left: 1px solid #c9c9c9;
    margin-top: 40px;
}

.right br {
	line-height: inherit;
}

.right h3 { 
	margin: 0 4% 0px 0px;
  	padding: 10px 0 5px 5%;	
}
.right p {
    font-size: 16px;
    float: right;
    line-height: 25px;
    margin: 0 4% 0px 0px;
    padding: 10px 0 5px 5%;
    width: 95%;
} 
    .right p:first-child { margin-top: 5px; }
.right ul {
    font-size: 16px;
    padding-left: 75px;
}
br { line-height: 35px; }

/***********************************************************
Bottom Image
***********************************************************/

.lower-image {
    margin-top: -20px;
    position: relative;
    z-index: 100;
}

@media (max-width: 991px) {
    h2 {
        margin-left: 10%;
        margin-right: 10%;
    }
    
    .left img { width: 20%; }
    .left~p {
        font-size: 1em;
        width: 50%;
    }
     
    .lower-image { width: 100%; }               
}
@media (max-width: 767px) {
    .buying-property h2, h2{
        margin: 20px 0px 0px 0px;
        text-align: center;
        width: 100%;
    }
    .left { margin-top: 0px; }
        .left img { display: none; }
        
    .lower-side-bar .side-bar-content .contact-info-outer { height: auto; }
    .lower-side-bar .side-bar-content .contact-info-inner { margin-top: 0px; }
    
    .right {
        border-left: none;
        margin-left: 5%;
        width: 90%;
    }  
    .right ul { padding-left: 6%; }
}
@media (max-width: 375px) {
    .right p { font-size: 1em; }
}