.service-process-9__header {
  display: grid;
  justify-items: center;
  text-align: center;
}

.service-process-9__cta {
  margin-top: 22px;
}

.service-process-9__call {
  width: fit-content;
}

.service-process-9__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.service-process-9__card {
  padding: 32px 28px;
  border-radius: 28px;
  background: #eef3eb;
}

.service-process-9__marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: #dfe8d7;
  color: #698158;
  font-weight: 800;
}

.service-process-9__card h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.05;
  color: #23272d;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.service-process-9__actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

@media (max-width: 980px) {
  .service-process-9__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .service-process-9__grid {
    grid-template-columns: 1fr;
  }

  .service-process-9__call,
  .service-process-9__actions .home-9-button {
    width: 100%;
  }
}
