.section-6 {
  background-color: #F0F0F0;
}

.section-6__container {
  max-width: 128rem;
  width: calc(100% - 2rem);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 4rem 0; 
}

.section-6__heading{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-6__heading::after{
  content: "";
  background-color: #AC0000;
  width: 5rem;
  height: .4rem;
  margin-top: .5rem; 
}

.section-6__map{
  /* max-width: 128rem; */
  width: 100%;
  border: solid gray .1rem; 
  border-radius: .5rem; 
  /* height: 72rem; */
}
.section-6__caption{
  font-size: 1.4rem;
  color: gray;
}
.section-6__detail{
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: .5rem; 
  line-height: 1.6;
}