.us {
  width: 100%;
  height: 100%;
  position: relative
}

.us .us-content {
  width: 100%;
  height: calc(80vh + 470px);
  position: relative
}

.us .contact {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 40vh;
  padding-bottom: 48px
}

.us .content-title {
  width: 1400px;
  text-align: left;
  margin: auto
}

.us .content-title h3 {
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 55px;
  color: #fff;
  font-weight: 700;
  font-family: Montserrat
}

.us .content-title p {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-family: Montserrat
}

.us .content-content {
  padding-top: 334px;
  width: 1400px;
  margin: auto
}

.us .form-bd-content {
  width: 100%
}

.us .cc-input {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.us .guestbook input {
  width: 31%;
  margin-bottom: 20px;
  background: 0 0;
  border: 1px solid #fff;
  height: 30px;
  border-radius: 10px;
  padding-left: 7px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: 200;
  font-family: Montserrat
}

.us .guestbook input::placeholder {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: 200;
  font-family: Montserrat
}

.us .cc-content select {
  width: 100%;
  height: 60px;
  height: 30px;
  margin-bottom: 20px;
  background: 0 0;
  border: 1px solid #fff;
  border-radius: 10px;
  padding-left: 7px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: 200;
  font-family: Montserrat
}

.us .cc-content select::placeholder {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: 200;
  font-family: Montserrat
}

.us .cc-content select option {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: 200;
  font-family: Montserrat;
  background-color: rgba(0, 0, 0, .5)
}

.us .guestbooks textarea {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  background: 0 0;
  border: 1px solid #fff;
  border-radius: 10px;
  padding-left: 7px;
  padding-top: 7px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: 200;
  font-family: Montserrat
}

.us .guestbooks textarea::placeholder {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: 200;
  font-family: Montserrat
}

.us input:focus,
.us select:focus,
.us textarea:focus {
  border: 1px solid #fff;
  outline: 0
}

.us .cc-content button {
  width: 100%;
  height: 33px;
  background: #009173;
  border-radius: 50px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  border: none;
  cursor: pointer;
  font-family: Montserrat
}

.us .us-text {
  width: 100%;
  padding-top: 92px;
  padding-bottom: 92px;
  position: relative
}

.us .us-text h3 {
  font-weight: 300;
  color: #000;
  font-size: 55px;
  line-height: 55px;
  text-align: center;
  transform: translateY(239px);
  transition: all .3s;
  font-family: Montserrat
}

@media (max-width:1440px) {

  .us .content-content,
  .us .content-title {
    width: 1140px
  }

  .us .content-content {
    padding-top: 30vh
  }
}

@media (max-width:1140px) {

  .us .content-content,
  .us .content-title {
    width: 95%
  }

  .us .cc-content textarea {
    height: 150px
  }

  .us .contact {
    background-size: 0 !important;
    padding-top: 30vh;
  }

  .us .us-content {
    background-size: cover !important
  }

  .us .content-content {
    padding-top: 50px
  }

  .us .guestbook input {
    width: 100%;
    font-size: 13px
  }

  .us .us-text h3 {
    transform: translateY(0) !important
  }

  .us .us-text {
    padding-top: 32px;
    padding-bottom: 32px
  }
}