.content .leftSide {

    width:50%;
    min-height:10px;
    font-size:20px;
    font-weight:400;
    font-family:'Roboto Condensed',sans-serif;
    color:rgba(0,0,0,1.0);
    float:left;

}

.content .rightSide {

    width:50%;
    min-height:10px;
    float:left;

}

.content .googleMap {

    width:100%;
    height:400px;

}

@media screen and (max-width:1050px) {

    .content .leftSide {
    
        width:30%;
    
    }
    
    .content .rightSide {
    
        width:70%;
    
    }

}

@media screen and (max-width:700px) {

    .content .leftSide {
    
        width:100%;
        margin-bottom:20px;
    
    }
    
    .content .rightSide {
    
        width:100%;
    
    }

}