#contact {
    padding: 30px 0 40px 0;
    position: relative;
    width: 100%;
}

  
#contact .column{
    padding:6;
}

#contact .content-container{
    background-color:#e2e0de;
    height: 100%;
    padding: 0px 15px;
}

#contact .image{
    min-height: 320px;
    height: 400px;
    margin-left:-15px;
    margin-right:-15px
}

#contact .row{
    color:#615e5a;
}

#contact .content-container p{
    margin-bottom: 0px;
    padding: 30px 0px;
    overflow: hidden;
    text-align:  left;
}

#contact .clinic-image{
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}



@media (max-width: 767px) { 
    #contact .row .column{
       margin-top: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {  }
@media (min-width: 992px) and (max-width: 1199px) {  }
@media (min-width: 1200px) {  }