.home-hero-6__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.82fr);
  gap: 46px;
  align-items: start;
}

.home-hero-6__content {
  padding-top: 12px;
}

.home-hero-6__call {
  margin-top: 36px;
}

.home-hero-6__form-card {
  padding: 36px 34px 34px;
}

.home-hero-6__form-title {
  margin: 0;
  color: #2a2f37;
  font-family: var(--font-family-display);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.home-hero-6__form-copy {
  margin-top: 26px;
}

.home-hero-6__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 38px;
  margin-top: 36px;
}

.home-hero-6__field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.home-hero-6__field--full {
  grid-column: 1 / -1;
}

.home-hero-6__field span {
  color: #2f333b;
  font-size: 16px;
  font-weight: 500;
}

.home-hero-6__field input,
.home-hero-6__field textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #8fc8cb;
  padding: 0 0 14px;
  border-radius: 0;
  color: #2e333b;
  font-family: var(--font-family);
  font-size: 17px;
  background: transparent;
}

.home-hero-6__field textarea {
  resize: vertical;
  min-height: 92px;
}

.home-hero-6__field input:focus,
.home-hero-6__field textarea:focus {
  outline: none;
  border-bottom-color: #347983;
}

@media (max-width: 1200px) {
  .home-hero-6__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .home-hero-6__grid {
    gap: 28px;
  }

  .home-hero-6__form-card {
    padding: 28px 22px;
  }

  .home-hero-6__form {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }

  .home-hero-6__call {
    margin-top: 26px;
  }
}
