@charset "utf-8";

.title {
  height: 310px;
  background-image: url(../images/access/bg-main.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #f3dfdf;
}

.map h2 {
  font-size: 2rem;
  text-align: center;
  /* padding: 0px 0 10px 0;  */
  /* margin: 50px; */
}

.map h2::after {
  content: '';
  display: block;
  width: 40px;
  height: 6px;
  background-color: #000000;
  margin: 20px auto;
}

.map {
  width: 930px;
  max-width: 90%;
  margin: 75px auto 0;
}

.map iframe {
  display: block;
  width: 100%;
  height: 400px;
  margin: 50px auto 100px;
}

@media (max-width: 800px) {
.title {
  height: 150px;
}

.title h1 {
  font-size: 2rem;
}

  .map {
    width: 500px;
  }

  .map h2 {
    padding: 0;
  }


}