.contactus {
  max-width: 636px;
  text-align: center;
  justify-content: center;
  margin-left: 23%;
  margin-right: 23%;
  margin-bottom: 3%;
}

/* .pag {
      color: #000;
      font-size: 14px;
      font-weight: 500;
      line-height: 30px;
    } */

.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: -30px !important;
    margin-bottom: -20px !important;
  }

  .center p {
    margin-bottom: 20px !important;
  }

  .contactus {
    /* max-width: 576px; */
    text-align: center;
    justify-content: center;
    margin-left: 5%;
    margin-right: 7%;
    /* margin-bottom: 3%;
        /* margin-bottom: 3%; */
  }
}
