.service-hero-7__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.86fr);
  gap: 30px;
  align-items: stretch;
}

.service-hero-7__panel,
.service-hero-7__form-panel {
  background: #ffffff;
  border: 6px solid #afd9f4;
  border-radius: 38px;
  box-shadow: 0 10px 28px rgba(42, 53, 69, 0.22) inset, 0 16px 28px rgba(42, 53, 69, 0.08);
}

.service-hero-7__panel {
  padding: 30px 28px 34px;
}

.service-hero-7__form-panel {
  padding: 34px 28px 30px;
}

.service-hero-7__breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #b7daf3;
  font-size: 18px;
  font-weight: 500;
}

.service-hero-7__breadcrumb-link {
  color: #b7daf3;
  text-decoration: none;
}

.service-hero-7__title {
  max-width: 720px;
}

.service-hero-7__copy {
  max-width: 760px;
}

.service-hero-7__button {
  margin-top: 26px;
}

.service-hero-7__form {
  display: grid;
  gap: 22px;
}

.service-hero-7__field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-hero-7__field span {
  color: #30353d;
  font-size: 18px;
  font-weight: 700;
}

.service-hero-7__field strong {
  color: #ea5b52;
}

.service-hero-7__field input,
.service-hero-7__field textarea {
  width: 100%;
  padding: 14px 22px;
  border: 3px solid #afd9f4;
  border-radius: 999px;
  background: #dff0f8;
  color: #2d3540;
  font: inherit;
}

.service-hero-7__field textarea {
  min-height: 104px;
  border-radius: 36px;
  resize: vertical;
}

.service-hero-7__field input:focus,
.service-hero-7__field textarea:focus {
  outline: none;
  border-color: #8cc5e7;
}

.service-hero-7__submit {
  justify-self: end;
  min-width: 258px;
}

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

  .service-hero-7__submit {
    justify-self: stretch;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .service-hero-7__panel,
  .service-hero-7__form-panel {
    border-width: 4px;
    border-radius: 28px;
  }

  .service-hero-7__panel,
  .service-hero-7__form-panel {
    padding: 24px 18px;
  }

  .service-hero-7__breadcrumb {
    gap: 10px;
    font-size: 15px;
    flex-wrap: wrap;
  }

  .service-hero-7__field span {
    font-size: 16px;
  }
}
