.map {
  width: 90%;
  height: 600px;
  border-radius: 6px;
  margin-top: 50px; /* Set top margin to 10px */
  margin-left: auto; /* Set left margin to auto */
  margin-right: auto; /* Set right margin to auto */
}

.section-heading {
  margin-bottom: 20px;
  font-style: normal;
}
