form .top {
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.3764705882);
  color: white;
  padding: 1rem 2rem;
  text-align: center;
  line-height: 1.5rem;
}
form .top strong {
  font-weight: 500;
  font-size: 1.2rem;
}
form .top strong span {
  color: #54ABC2;
}
form .top p {
  font-size: 0.9rem;
}
form .top p span {
  color: #54ABC2;
}

@media screen and (max-width: 700px) {
  nav {
    padding: 1rem !important;
  }
}/*# sourceMappingURL=contact_styles.css.map */