.about-hero-9__panel {
  padding: 44px 36px;
  border-radius: 36px;
  background: #fbfbf5;
}

.about-hero-9__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.72fr);
  gap: 56px;
  align-items: start;
}

.about-hero-9__breadcrumb {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
  color: #92b887;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-hero-9__breadcrumb a {
  text-decoration: none;
}

.about-hero-9__services {
  margin-top: 34px;
}

.about-hero-9__services p {
  margin: 0 0 16px;
  color: #92b887;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.about-hero-9__service-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.about-hero-9__service-list span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: min(100%, 430px);
  padding: 18px 26px;
  border-radius: 999px;
  background: #ffffff;
  color: #334233;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.about-hero-9__service-list span::before {
  content: "✓";
}

.about-hero-9__call {
  margin-top: 34px;
  min-width: 420px;
}

.about-hero-9__form-card {
  padding: 38px 34px 34px;
  border-radius: 26px;
  background: #eef3ea;
}

.about-hero-9__form-card h2 {
  margin: 0 0 20px;
  color: #1f2126;
  font-family: "Nunito Sans", sans-serif;
  font-size: 26px;
  font-weight: 800;
}

.about-hero-9__field {
  display: block;
  margin-top: 18px;
}

.about-hero-9__field span {
  display: block;
  margin-bottom: 8px;
  color: #32363b;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.about-hero-9__field input,
.about-hero-9__field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(146, 179, 133, 0.7);
  background: transparent;
  color: #30353a;
  font: inherit;
  padding: 10px 0;
}

.about-hero-9__field textarea {
  min-height: 92px;
  resize: vertical;
}

.about-hero-9__submit {
  width: 100%;
  margin-top: 28px;
}

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

  .about-hero-9__call {
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .about-hero-9__panel {
    padding: 28px 18px;
  }

  .about-hero-9__service-list span {
    max-width: none;
    font-size: 18px;
  }
}
