.contact-bg {
    background: url('../images/bg.jpeg') no-repeat;
    width: 100%;
    height: 300px;
    background-size: 100% !important;
  }
.contact-well {
  padding: 30px 0;
  background: #fff;
}

.contact-well .col-image {
  display: inline-block;
  width: 100%;
  margin-left: 40px;
  height: 388px;
  background: url('../images/contact.jpg') no-repeat;
}