.service-hero-9__panel {
  border-radius: 40px;
  background: #edf2ea;
  padding: 36px;
}

.service-hero-9__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.9fr);
  gap: 42px;
  align-items: start;
}

.service-hero-9__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
  color: #94b887;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.service-hero-9__call {
  margin-top: 28px;
  width: fit-content;
}

.service-hero-9__form-card {
  padding: 30px 34px;
  border-radius: 30px;
  background: #e5edde;
}

.service-hero-9__form-card h2 {
  margin: 0 0 26px;
  font-size: 28px;
}

.service-hero-9__field {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
  font-weight: 700;
  color: #313438;
}

.service-hero-9__field input,
.service-hero-9__field textarea {
  width: 100%;
  padding: 0 0 12px;
  border: 0;
  border-bottom: 1px solid rgba(115, 142, 100, 0.45);
  background: transparent;
  font: inherit;
  color: #313438;
  border-radius: 0;
}

.service-hero-9__field textarea {
  min-height: 110px;
  resize: vertical;
}

.service-hero-9__submit {
  width: 100%;
}

@media (max-width: 980px) {
  .service-hero-9__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .service-hero-9__panel {
    border-radius: 28px;
    padding: 22px;
  }

  .service-hero-9__form-card {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .service-hero-9__call {
    width: 100%;
  }
}
