.content{
    background:#fff;
    position:relative;
    z-index:3;
    padding-top:40px;
    padding-right:32px;
    padding-bottom:40px;
    border-right:1px solid #e6eaec;
    min-height:475px;
}

.content h2{
    margin-bottom:50px;
}


.content h5{
    margin-top:30px;
}


footer{
    border-top:none;
    margin-top: 0px;
}

.google-map{
    margin-top:0px;
    z-index:2;
    position:relative;
}

.google-map img{
    width:100%;
    height:475px;

}

#person h2 {
    padding-bottom: 25px;
    background: #fff;
    padding-left: 32px;
    margin-left: 0px;
    padding-top: 30px;
    margin-top: -40px;
    border-right: 1px solid #e6eaec;
    margin-bottom:0px;
    font-size:14px;
}

.person img{
    margin-top: -25px;
}
@media all and (max-width:1190px){
    .google-map img{
        height:auto;
    }
    .content{
        min-height: 285px;
    }
}

@media all and (max-width:767px){
    .content{
        padding-right: 20px;
    }
    h1{
        font-size:23.23px;
    }

    .content h2{
        margin-bottom:30px;
    }


    #person h2{
        background: none;
        padding-top:40px;
    }
    .google-map{
        display:block;
    }

    .google-map img{
        width:270px;
        height:300px;
        margin-bottom: 40px;
    }

    #map h2{
        margin-bottom: 25px;
    }
}