.section {
  padding: 64px 0 0;
}
.contact {
  max-width: 726px;
  padding: 40px 0;
  margin: auto;
}
.contact__heading {
  display: block;
  font-family: "Assistant", serif;
  color: #121212;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 31.2px;
  word-break: break-word;
}
.contact__input {
  width: 100%;
  height: 45px;
  min-width: 72px;
  overflow: clip;
  padding: 15px 15px 15px 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #121212;
  color: #121212;
  font-family: "Assistant", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 24px;
  outline: none;
}
.contact__input--textarea {
  min-height: 100px;
  overflow: auto;
  resize: vertical;
}
.contact__input:hover {
  border: 2px solid rgba(255, 145, 76, 0.75);
}
.contact__input:focus {
  border: 2px solid rgba(255, 145, 76, 0.75);
}
.user-input-wrp {
  position: relative;
  margin-bottom: 20px;
}
.user-input-wrp .inputText {
  width: 100%;
  outline: none;
  box-shadow: none !important;
}
.user-input-wrp .floating-label {
  color: rgba(18, 18, 18, 0.75);
  font-family: "Assistant", serif;
  position: absolute;
  pointer-events: none;
  top: 10px;
  left: 20px;
  transition: all 0.2s ease;
}

.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not([value=""]) ~ .floating-label {
  position: absolute;
  top: 3px;
  font-size: 10px;
}

.floating-label--float {
  position: absolute;
  top: 3px;
  font-size: 10px;
}

.contact__button {
  font-family: "Assistant", serif;
  margin-top: 15px;
  width: 100%;
  height: 50px;
  font-size: 15px; /* vary */
  letter-spacing: 0.6px;
  line-height: 18px;
  padding: 0 30px;
  background-color: rgb(255, 145, 76);
  color: #fff;
  border-radius: 5px;
  text-align: center;
  border: 0;
}
.contact__button:hover {
  background-color: hsl(23, 100%, 60%);
}
@media (max-width: 990px) {
  .contact {
    max-width: 100%;
    padding: 20px 90px;
  }
}
@media (max-width: 768px) {
  .contact {
    padding: 25px;
  }
  .contact__heading {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .user-input-wrp {
    margin-bottom: 15px;
  }
}

.touch {
  display: flex;
  min-height: 338.4px;
  text-align: center;
}
.touch__wrapper {
  max-width: 726px;
  width: 100%;
  margin: auto;
  text-align: left;
}
@media (max-width: 990px) {
  .touch__wrapper {
    max-width: none;
    padding: 0 90px;
  }
}
@media (max-width: 768px) {
  .touch__wrapper {
    max-width: none;
    padding: 0 15px !important;
  }
}
.touch__text {
  margin-bottom: 35px;
}
.touch em {
  display: block;
  font-style: normal;
  font-family: "Assistant", serif;
  color: rgba(18, 18, 18, 0.75);
}
.touch strong {
  font-family: inherit;
}
.touch__phone {
  font-family: "Assistant", serif;
  font-style: normal;
}
@media (max-width: 768px) {
  .touch {
    min-height: 300px;
  }
  .touch__wrapper {
    padding: 35px;
  }
}
