.contact-info .do-desc, .contact-list.do-desc a{
  color: var(--black);
}
.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-list li{
  margin-bottom: 10px;
}
.map-embed{
  width: 100%;
  height: 125vh;
  position: relative;
}
.map-embed iframe{
  width: 100%;
  height: 100%;
}
.form-base{
  position: absolute;
  width: 450px;
  right: 10vw;
  top: 15vh;
  background-color: #fff !important;
  padding: 20px 40px !important;
}
.form-group .do-desc{
  font-weight: normal !important;
}
.form-group input{
  border-radius: 3px;
  border: 1px solid var(--pinkish-grey);
  padding: 10px;
  height: 48px;
}
.form-group textarea{
  border-radius: 3px;
  border: 1px solid var(--pinkish-grey);
  padding: 10px;
  height: 150px;
  width: 100%;
}
#simpleContactSubmitButton{

}

@media (max-width: 769px){
  .map-embed {
    height: 115vw;
  }
}

@media (max-width: 480px){
  .map-embed {
    height: auto;
  }
  .form-base {
    position: static;
    width: 100%;
    padding: 20px 30px !important;
  }
  .map-embed iframe {
    height: 50%;
    margin-bottom: 15px;
  }
}
