.page5 section{
  width: 128rem;
  padding: 10rem 14rem;
  box-sizing: border-box;
}
.page5 .company .name{
  font-size: 2.4rem;
  color: rgb(0, 64, 152);
  margin: 3rem 0;
}
.page5 .company .info{
  font-size: 1.8rem;
  color: rgb(86, 86, 86);
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.9em;
}

.page5 #mapContainer{
  width: 100%;
  height: 36.5rem;
  margin-top: 3rem;
}