#div_contactUs_BG {
  width: 90%;
  height: 55rem;
  margin: 5rem auto;
  padding: 1rem 2rem;
  background-color: rgba(79, 112, 109, 0.3);
}

#div_contactUs {
  width: 100%;
  height: 30rem;
  text-align: center;
}
#div_contactUs p {
  text-indent: 2rem;
  text-align: justify;
}
#div_contactUs table {
  width:23rem;
  direction: ltr;
}
#div_contactUs th {
  width: 20%;
  height: 2rem;
}
#div_contactUs td {
  width: 70%;
}
#img_center {
  width: 40rem;
  margin: 2rem;
  float: left;
}
