.infoWrapper > div  > a {
  color: black !important;
}
.infoWrapper> div {
  margin-bottom: 1em;
}
.contentWrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.contentWrapper {
}
.contactInfo {
  margin: 2em;
}
.contactForm {
  margin: 2em;
}
#contactForm > button {
  margin-top: 1em;
  width: 100%;
  padding: 0.5em;
}
.contactInfo,
.contactForm {
  color: #555;
  font-size: 0.9em;
}
.contactForm {
  width: 100%;
}
.contactInfo > h2,
.contactForm > h2 {
  font-size: 1.25em;
  font-weight: bold;
  font-style: normal;
  color: #555;
}
.contactInfo > p > span {
    margin-right: .25em;
}
.contactInfo > p > a {
    color: black;
}
section.contentWrapper {
  padding: 2em;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  iframe {
    width: 100vw;
  }
  .contentGrid {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 4em;
  }
  .contactInfo,
  .contactForm {
    width: 40%;
  }
}
@media only screen and (min-width: 1050px) {
  .contactInfo,
  .contactForm {
    width: 30%;
  }
  #contactForm > button {
    margin-top: 1em;
    width: 25%;
    padding: 0.5em;
  }
  .infoWrapper {
    margin-right: 5em;
}
}
