.banner {
  width: 100vw;
}
.banner img {
  width: 100vw;
}
.connact {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  padding: 0 15vw;
}
.connact > .connact-content {
  color: white;
  width: 50vw;
}
.connact > .connact-content > .connact-text > div {
  font-size: 25px;
  /* font-weight: bold; */
  border-bottom: solid 1px white;
  padding-bottom: 20px;
}
.connact > .connact-content > .connact-text > div > span {
  color: #d39717;
}
.connact > .connact-content > .connact-text > span {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 50px;
}
.connact > .map iframe {
  width: 500px;
  height: 300px;
}
@media screen and (max-width: 960px) {
  .banner {
    width: 900px;
  }
  .banner img {
    width: 900px;
  }
  .connact {
    margin-bottom: 30px;
    display: block;
    padding: 0 2vw;
  }
  .connact > .connact-content {
    color: white;
    width: 100vw;
  }
  .connact > .map {
    width: 500px;
    height: 300px;
  }
  .connact > .map iframe {
    width: 100%;
    height: 300px;
  }
}
