#contactContainer {
  width: 90%;
  max-width: 900px;
  margin: 120px auto 0;
  position: relative;
}

.contactText img:last-of-type {
  width: 962px;
  position: absolute;
  top: 0;
  left: 200px;
}

.map {
  width: 100%;
  max-width: 900px;
  height: 400px;
  margin: 80px auto 0;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.map iframe {
  width: 100%;
  height: 100%;
}