.contact-map__iframe iframe {
  width: 100%;
  height: 100%;
}

.contact-map__image {
  border-radius: 20px;
}
.contact-map__iframe {
  position: relative;
  width: 100%;
  height: 100%;
}

.contact-map__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.contact-map__info {
  border-radius: 20px;
  background: #fff;
  padding: 53px 80px 60px 40px;
  width: 100%;
}
.contact-map__info h3 {
  font-weight: 300;
  font-family: "Recline";
}

.contact-map__info .paragraph__18 p,
.contact-map__info .paragraph__18 a {
  padding-bottom: 10px;
}

@media only screen and (max-width: 1280px) {
  .contact-map__info {
    padding: 53px 40px 60px 40px;
  }
}

@media only screen and (max-width: 992px) {
  .contact-hero {
    padding-bottom: 0;
  }
  .contact-map__info {
    padding: 35px 20px;
  }

  .contact-map__iframe iframe {
    position: relative;
    height: 400px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .contact-map__iframe iframe {
    height: 350px;
  }
}
