.heading-text {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

article {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.section {
  max-width: 50%;
}

.section h4 {
  padding-left: 20px;
  padding-right: 20px;
}

.section table {
  text-align: left;
}

.map {
  width: 50%;
}
