.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-wrapper {
  display: flex;
  justify-content: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 25px;
  padding: 50px;
  margin-top: 50px;
}

.section table {
  text-align: center;
}

.map {
  width: 50%;
}

@media screen and (max-width: 700px) {
  .section .table-wrapper {
    padding: 5px;
    margin-top: 40px;
  }
}
