.content {
  width: 519px;
  margin: 0 auto;
  margin-top: 75px;
  min-height: 395px;
  margin-bottom: 181px;
}
.content h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  color: #c09578;
  margin-top: 47px;
  text-align: center;
  margin-bottom: 35px;
}
.content h5 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: #767676;
  text-align: center;
  margin-bottom: 26px;
}
.content div {
  width: 400px;
  height: 43px;
  border: solid 1px #dcdcdc;
  margin: 0 auto;
  margin-bottom: 15px;
  position: relative;
  display: block;
}
.content div input {
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  padding-left: 15px;
}
.content div span {
  width: 130px;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 21px;
  font-size: 12px;
  letter-spacing: 0px;
  color: #7d7d7d;
}
.content button {
  width: 400px;
  height: 45px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #ffffff;
  border: none;
  outline: none;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 31px;
  background-color: #c09578;
  cursor: pointer;
}
.content p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: #767676;
  text-align: center;
}
.content p a {
  text-decoration: underline;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #767676;
}
@media screen and (max-width: 750px) {
  .content {
    width: 90%;
    margin: 0 auto;
  }
  .content h4 {
    font-size: 22px;
  }
  .content div {
    width: 90%;
  }
  .content button {
    width: 90%;
  }
}
