.contact-map {
  max-width: 1350px;
  margin: 0 auto;
  border-radius: 8px;
}

.contact-us .content-wrapper {
  padding: 0 20px;
}

.contact-two-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 64px;
}

.contact-left {
  width: 46%;
}

.contact-right {
  width: 48%;
}
.contact-us .iframe_wrapper {
  height: 380px;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}

.embed_container {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}

.contact-us .embed_container iframe {
  left: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width:100%;
}

.contact-us .oembed_container .iframe_wrapper > * {
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@media(max-width:767px){

  .contact-us .iframe_wrapper{
    height:260px;
  }

  .contact-two-col{
    margin-top:0px;
  }
  .contact-left {
    width: 100%;
    margin: 24px 0;
  }

  .contact-us .content-wrapper {
    padding: 0;
  }

  .contact-left h3 {
    margin-bottom: 16px;
  }

  .contact-left h4 a {font-size: 24px !important;!i;!oim;!oi;!o;!;}

  .contact-right {
    width: 100%;
  }
}
