.contactus {
  max-width: 636px;
  text-align: center;
  justify-content: center;
  margin-left: 23%;
  margin-right: 23%;
  margin-bottom: 3%;
}

.center h2 {
  margin-top: 30px !important;
  margin-bottom: 10px !important;
}

.center p {
  margin-bottom: 50px !important;
}

@media (max-width: 600px) {
  .contactuwsds {
    grid-template-columns: 1fr;
  }

  .center h2 {
    margin-top: 10px !important;
    margin-bottom: -24px !important;
  }

  .center p {
    margin-bottom: 20px !important;
  }

  .contactus {
    /* max-width: 576px; */
    text-align: center;
    justify-content: center;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0px 6px !important;
    /* margin-bottom: 3%;
        /* margin-bottom: 3%; */
  }
}
