.contact-us .location {
  margin-top: 2em;
  border-top: solid 1px var(--sBlue);
  padding-top: 2em;
}

.contact-us .location iframe {
  box-shadow: var(--shadow);
  border: solid 1px var(--border) !important;
  display: block;
  border-radius: 0.5em;
}

.contact-us .outer-form-wrap{
  position: relative;
}

.contact-us .outer-form-wrap:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2020/08/plus-patterns_square.svg);
  left: auto;
  right: -1.3em;
  top: -1.3em;
  width: 7em;
  height: 7em;
}

.contact-us .form-wrap {
  /* padding: 1.5em;
  background-color: #fff;
  box-shadow: var(--shadow);
  position: relative;
  border-radius: 0.5em; */
} 

@media(max-width:768px){
  .contact-us .cols {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: none;
    min-width: initial !important;
  }

  .contact-us .col-2{
    margin-top: 2em;
  }
}