.contact-section label {
  display: block;
  font-size: 1.0em;
  margin-bottom: .5em;
}

.contact-section input, .contact-section textarea {
  width: 100%;
  padding: .8em;
  margin-bottom: 1em;
  border: 1px solid var(--greyLight);
  border-radius: .3em;
}

.contact-section input.send-message-cta {
  -webkit-appearance: none;
  background: var(--primary);
  color: var(--greyLighter);
  font-weight: bold;
  font-size: 1.1em;
  border: none;
  /* margin-bottom: 4em; */
  border-radius: 5em;
  display: inline-block;
  padding: .4em 1.2em;
  width: unset;
  cursor: pointer;
}

.contact-section iframe {
  width: 100%;
  height: 500px;
}

.contact-right{
  text-align: center;
}