h1,
h2 {
  text-align: center;
}

.footer nav {
  margin-top: 6em;
}

.whatsapp-button {
  background-color: #51ca5f;
  background-image: url(/images/whatsapp.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 177px;
  height: 55px;
  border-radius: 17px;
  margin: 5em auto 0;
}
.whatsapp-button:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.contact-main {
  height: calc(100vh - 25em);
  padding-top: 5em;
}

@media (max-width: 960px) {
  .contact-main h1 {
    font-size: 40px;
  }
  .contact-main h2 {
    font-size: 20px;
    margin: 2em;
  }
}/*# sourceMappingURL=contact.css.map */