.home-process-10__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.home-process-10__call {
  min-width: 230px;
}

.home-process-10__panel {
  position: relative;
  margin-top: 34px;
  padding: 48px 34px;
  border: 1px solid rgba(248, 184, 63, 0.14);
  border-radius: 34px;
  background: var(--site10-cream);
  box-shadow: var(--site10-shadow);
}

.home-process-10__panel::before,
.home-process-10__panel::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: var(--site10-gold);
  box-shadow: 36px 18px 0 rgba(248, 184, 63, 0.5), 0 64px 0 rgba(248, 184, 63, 0.75);
}

.home-process-10__panel::before {
  left: -14px;
  bottom: 28px;
}

.home-process-10__panel::after {
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.home-process-10__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.home-process-10__step h3 {
  margin: 0;
  color: var(--site10-gold-deep);
  font-family: "League Spartan", sans-serif;
  font-size: clamp(2rem, 3vw, 3.35rem);
  line-height: 1;
  font-weight: 700;
}

.home-process-10__actions {
  margin-top: 22px;
}

@media (max-width: 1100px) {
  .home-process-10__heading,
  .home-process-10__steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .home-process-10__panel {
    padding: 28px 18px;
  }
}
