.page {
  margin-top: 2em;
}

.content iframe {
  display: block;
  width: calc(30vw + 55em);
  max-width: 100vw;
  margin: 0 auto;
}

.content .box {
  max-width: 100vw;
}

.content .box .heading {
  margin-left: 2em;
}

.content .box h2 {
  font-size: 1.5em;
}

.content .box .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: calc(30vw + 30em);
  max-width: 95vw;
}

.content .box .boxContent .social h2 {
  margin-top: 0;
}

.content .box .boxContent .social a {
  text-decoration: none;
}

.content .box .boxContent .social a img {
  vertical-align: middle;
  margin-right: 1em;
}

.content .box .boxContent .contact h2 {
  margin-top: 0;
}

.content .box .boxContent .contact textarea {
  width: 100%;
  max-width: 90vw;
  height: 25em;
}

@media screen and (max-width: 720px) {
  .content iframe {
    height: 50vw;
  }
  .content .box .boxContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 2em;
    margin-right: 1em;
  }
}
