.contact-container .root {
  display: flex;

  align-items: center;
  width: 100%;
  justify-content: center;
  text-align: center;
}
.contact-container .root * {
  width: 100%;
}
.contact-container .root img,
.contact-container .root h2 {
  width: auto;
  height: auto;
}
.contact-container .root img {
  box-shadow: 5px 2px 21px 0px rgba(125, 125, 125, 1);
  border-radius: 10px;
}
.contact-container .root iframe {
  width: 65%;
  height: 40vh;
  margin-top: 30px;
  box-shadow: 5px 2px 61px 0px rgba(125, 125, 125, 1);
  border-radius: 10px;
}
.contact-container {
  position: relative;
}
.contact-container .box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 40;
  top: 0;
  left: 0;
}
