.cf-subtitle {
  color: #282828;
}
.cf-list-item a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #69745d;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  padding: 15px 0;
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
  line-height: 32px;
}
.cf-list-item {
  border-bottom: 1px solid #ecebea;
}
.cf-list-item {
  max-width: 360px;
}
.cf-form form > p:not(:nth-last-of-type(-n + 2)) {
  padding: 17px 25px;
  border-radius: 20px;
  border: 1px solid #e2e4d9;
  background: #f1f4e6;
  margin-bottom: 24px;
}
.cf-form form input,
.cf-form form textarea {
  background: transparent;
  border: unset;
  outline: unset;
  resize: unset;
  padding-left: 0;
  color: rgba(10, 10, 10, 0.5);
  font-size: 16px;
  font-family: "Urbanist", sans-serif;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
}
.cf-form form input::placeholder {
  font-weight: 400 !important;
}
.wpcf7-submit {
  padding: 21px 90px !important;
  color: white !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: "Urbanist", sans-serif;
  cursor: pointer;
  line-height: 22px !important;
  margin-bottom: 16px;
  border-radius: 20px !important;
  background: #69745d !important;
}
.cf-form form > p:last-of-type {
  color: rgba(10, 10, 10, 0.5);
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.86px;
}
.contact-hero {
  padding-top: clamp(40px, 3.6458333333vw, 70px);
  padding-bottom: clamp(40px, 3.6458333333vw, 70px);
}
.contact-hero .container {
  border-bottom: rgba(10, 10, 10, 0.1);
}
.cf-list {
  margin-bottom: 30px;
}
