.imm-contact-form-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.imm-contact-form-section .the-heading .the-heading-text {
  margin-bottom: 40px;
}

.imm-contact-form-section .the-description {
  margin-bottom: 50px;
}

.imm-contact-form-section .the-map {
  padding: 30px;
  padding-top:0;
  position: relative;
}

.imm-contact-form-section .the-map:before {
  content: '';
  display: block;
  position: relative;
  padding-top: 100%;
}

.imm-contact-form-section .the-map iframe {
  position: absolute;
  top: 0px;
  left: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
}
@media (min-width: 1025px){
    .imm-contact-form-section .the-map{
        min-height: 585px;
    }
    .imm-contact-form-section .the-map iframe{
        height: 100%;
    }
}
@media (max-width:991px) {
  .imm-contact-form-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .imm-contact-form-section .the-heading .the-heading-text {
    margin-bottom: 30px;
  }
}

@media (max-width:768px) {
  .imm-contact-form-section .row [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .imm-contact-form-section .row .row [class*="col-"], .imm-contact-form-section .the-heading .the-heading-text{
    margin-bottom: 0px;
  }
  .imm-contact-form-section .row [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .imm-contact-form-section .the-map {
    padding: 30px 0;
  }

  .imm-contact-form-section .the-map iframe {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
  }
}
