body {
  background: #ffffff;
  margin: 90px auto 0 auto;
  width: 100%;
  max-width: 720px;
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.parking-table {
  width: 100%;
  max-width: 720px;
  border-collapse: collapse;
  border: 0;
}

.parking-table img {
  border: 0;
  vertical-align: middle;
}

.banner {
  height: 130px;
}

.main-content {
  height: 346px;
}

.service-content {
  height: 61px;
}

.highlight-text {
  color: #000066;
  font-weight: bold;
}

.service-partner-text {
  color: #000066;
  font-size: 13px;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
}
