.marker-content {
  height: 600px;
}
#container {
  height: 100%;
}

#body {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 142px;
  padding-top: 40px;
}
#body {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding-bottom: 142px;
}
#body .subhead {
  color: rgba(43, 43, 43, 1);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#body .text {
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}
#body #heading-line {
  width: 32px;
  height: 4px;
  background-color: #e41d32;
  margin-top: 20px;
}
#body #content {
  padding: 20px 0;
}
#body #text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#body #text-content .text span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000000;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  margin: 0 10px;
}
