@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
.main {
  margin-top: 60px;
}

.top-content {
  position: unset;
  height: calc(50vh + 140px);
}
.top-box {
  height: calc(50vh + 140px);
}
.top-box .top-title {
  top: unset;
  bottom: 0;
}

.top-map {
  height: 50vh;
}
.top-map #map {
  height: 50vh;
}

.contact {
  padding: 80px 0 50px;
}
.contact-box {
  width: 80%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.contact-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #1d1d1d;
  height: 400px;
  width: 400px;
  padding: 30px;
  box-sizing: border-box;
}
.contact-content:nth-child(1) {
  margin-right: 30px;
  margin-bottom: 30px;
}
.contact-content:nth-child(2) {
  margin-bottom: 30px;
}
.contact-content:nth-child(3) {
  margin-right: 30px;
}
.contact-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 50px;
}
.contact-text {
  color: #999;
  margin-bottom: 24px;
}
.contact-text .title {
  color: #ddd;
}
.contact .ct {
  font-size: 16px;
}
.contact a {
  display: block;
}
.contact a:hover {
  color: #e2a688;
}

@media screen and (max-width: 1100px) {
  .top-content {
    height: calc(50vh + 100px);
  }
  .top-box {
    height: calc(50vh + 100px);
  }
  .top-box .top-title {
    color: #1d1d1d;
    text-shadow: unset;
  }

  .contact {
    padding: 50px 0 30px;
  }
  .contact-box {
    display: block;
    width: 80%;
  }
  .contact-content {
    background-color: #f7f7f7;
    width: 100%;
    height: unset;
    padding: 50px 30px;
    margin-bottom: 30px;
  }
  .contact-title {
    color: #e2a688;
    font-size: 22px;
  }
  .contact-text {
    color: #666;
  }
  .contact-text .title {
    color: unset;
  }
}
@media screen and (max-width: 460px) {
  .contact-box {
    width: 90%;
  }
}
