table {
  width: 100%;
}
@media screen and (min-width: 1068px) {
  table {
    width: 80%;
  }
}
table th:nth-child(2) {
  width: 20%;
}
table th:nth-child(3) {
  width: 20%;
}
table th:nth-child(4) {
  width: 150px;
}

.section.map .image {
  width: 100%;
}
.section.map .image img {
  width: 100%;
}/*# sourceMappingURL=access.css.map */