.contact-content {
  background: url(../images/index/contact-us-form-bg.jpg);
  height: 786px;
  overflow: hidden;
}

.find-content {
  width: 433px;
  height: 646px;
  /* background-color: aqua; */
  margin: auto;
  margin-top: 60px;
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;

}

.find-title {
  text-align: center;
}

.find-text {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
}

.find-name {
  width: 200px;
}

.find-text>input {
  height: 40px;
  border: 1px solid #E6E6E6CC;
  outline: none;
  padding: 8px;
}

.find-text>textarea {
  min-height: 40px;
  height: 200px;
  max-height: 200px;
  border: 1px solid #E6E6E6CC;
  outline: none;
  padding: 8px;
}

.find-name>input {
  width: 100%;
}

.find-text>.title {
  margin-top: 20px;
  margin-bottom: 16px;
}

.find-name>.title {
  margin-top: 40px;
}

.find-text>button {
  margin: auto;
}

.find-button {
  text-align: center;
  margin-top: 40px;
}

.btn-primary {
  display: inline-block;
  width: 189px;
}

.recaptcha {
  background: url(../images/index/recaptcha.png);
  width: 302px;
  height: 76px;
  margin-top: 20px;
}

.address {
  max-width: 740px;
}

.maps-email {
  max-width: 376px;
}

.address-info {
  margin-bottom: 22px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.address-info img {
  height: 20px;
  margin-right: 3px;
}

.contact-info {
  margin-bottom: 22px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.contact-info img {
  margin-right: 3px;
}