.contact {
  padding-top: 240px;
  padding-bottom: 140px;
  position: relative;
  background: #B3D3CB;
  background: linear-gradient(180deg, rgba(179, 211, 203, 0) 0%, rgb(179, 211, 203) 63%, rgba(179, 211, 203, 0) 100%);
}
@media (max-width: 768px) {
  .contact {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}
@media (max-width: 520px) {
  .contact {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}
.contact .inner-row {
  position: relative;
}
.contact .inner-row h1 {
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 24px;
  margin-top: 0;
  color: #426E61;
  text-align: center;
}
@media (max-width: 900px) {
  .contact .inner-row h1 {
    font-size: 48px;
  }
}
@media (max-width: 520px) {
  .contact .inner-row h1 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .contact .inner-row h1 {
    font-size: 36px;
  }
}
.contact .inner-row .subtitle {
  margin-top: 40px;
  max-width: 726px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.contact .inner-row.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .contact .inner-row.flex {
    margin-top: 80px;
  }
}
@media (max-width: 520px) {
  .contact .inner-row.flex {
    margin-top: 60px;
  }
}
.contact .inner-row.flex .contact-form-left {
  flex-basis: calc(50% - 24px);
}
.contact .inner-row.flex .contact-form-left .fotm-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.contact .inner-row.flex .contact-form-left .fotm-flex p {
  flex-basis: calc(50% - 16px);
  margin-bottom: 0;
  margin-top: 0;
}
.contact .inner-row.flex .contact-form-left form p {
  margin-bottom: 0;
  margin-top: 0;
}
.contact .inner-row.flex .contact-form-left form label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 0;
  color: #426E61;
}
.contact .inner-row.flex .contact-form-left form input, .contact .inner-row.flex .contact-form-left form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #426E61;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
  line-height: 1.1em;
  margin-bottom: 16px;
}
.contact .inner-row.flex .contact-form-left form input[type=submit] {
  background-color: #FF5725;
  color: #FFFFFF;
  font-family: Rubik;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  line-height: 1.1em;
  border-radius: 10px;
  padding: 12px 24px;
  transition: all 0.4s ease;
  cursor: pointer;
  border: 1px solid #FF5725;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.contact .inner-row.flex .contact-form-left form input[type=submit]:hover {
  background-color: #FFFFFF;
  color: #FF5725;
  transition: all 0.4s ease;
}
.contact .inner-row.flex .contact-form-right {
  flex-basis: calc(50% - 24px);
  text-align: left;
}
.contact .inner-row.flex .contact-form-right h2, .contact .inner-row.flex .contact-form-right h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 24px;
  margin-top: 0;
  color: #426E61;
}
@media (max-width: 900px) {
  .contact .inner-row.flex .contact-form-right h2, .contact .inner-row.flex .contact-form-right h3 {
    font-size: 28px;
  }
}
.contact .inner-row.flex .contact-form-right a {
  color: #FF5725;
}
@media (max-width: 768px) {
  .contact .inner-row.flex {
    flex-wrap: wrap;
  }
  .contact .inner-row.flex .contact-form-left {
    flex-basis: 100%;
  }
  .contact .inner-row.flex .contact-form-right {
    flex-basis: 100%;
  }
}