.home-hero-10__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.74fr);
  gap: 56px;
  align-items: start;
}

.home-hero-10__content {
  padding-top: 20px;
}

.home-hero-10__actions {
  margin-top: 34px;
}

.home-hero-10__call {
  min-width: 390px;
}

.home-hero-10__form-card {
  padding: 42px 36px 38px;
  border-radius: 28px;
  background: var(--site10-cream);
  box-shadow: var(--site10-shadow);
}

.home-hero-10__form-card h2 {
  margin: 0 0 22px;
  color: var(--site10-text);
  font-family: "League Spartan", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
}

.home-hero-10__field {
  display: block;
  margin-top: 18px;
}

.home-hero-10__field span {
  display: block;
  margin-bottom: 10px;
  color: #2b2e35;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.home-hero-10__field input,
.home-hero-10__field textarea {
  width: 100%;
  padding: 10px 0 12px;
  border: 0;
  border-bottom: 1px solid rgba(248, 184, 63, 0.38);
  background: transparent;
  color: var(--site10-text);
  font: inherit;
}

.home-hero-10__field textarea {
  min-height: 94px;
  resize: vertical;
}

.home-hero-10__submit {
  width: 100%;
  margin-top: 28px;
}

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

  .home-hero-10__call {
    min-width: 0;
  }
}
