.contact-main-content {
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .contact-main-content {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .hide-on-mobile {
    display: none !important;
  }
}
