#main-contact {
  padding: 0 2rem 2rem 2rem;
}

.header a {
  text-decoration: none;
}

#main a {
  text-decoration: none;
}

#main-contact table {
  /* background-color: rgba(102, 0, 236, 0.089); */
  background-color: #004158;
}

#main-contact table tr th {
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  text-align: initial;
}

#main-contact table tr td {
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 100;
  color: #fff;
  text-align: initial;
}

#main-contact .map {
  margin-top: 2rem;
}
