@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
.map-responsive {
  overflow: hidden;
  margin-top: 25px;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.career-list {
  font-weight: bold;
}
.career-list p {
  display: block;
  margin-top: 20px;
  padding-top: 20px;
}
.link-subscribe {
  background: #39c0c5;
  color: #fff;
  padding: 20px;
  margin: 20px;
}
