.address dl {
  margin-bottom: 0;
  background-color: #9d1628;
  color: white;
  font-weight: 700;
  border-radius: 20px;
}
.address dl dt {
  border-bottom: 1px solid;
  padding: 0 0 5px;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .address {
    margin-bottom: 80px;
  }
  .address dl {
    width: 80%;
    padding: 50px;
    font-size: 16px;
    margin: 50px auto;
  }
  .address iframe {
    width: 100%;
    height: 450px;
  }
}
@media (max-width: 767.98px) {
  .address dl {
    margin: 20px 0;
    padding: 30px 20px;
    font-size: 13px;
  }
  .address iframe {
    width: 100%;
    height: 250px;
  }
}

.accessfoto {
  background-color: #DED8D4;
}
@media (min-width: 768px) {
  .accessfoto {
    padding: 20px;
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=access.css.map */