.home-process-7__heading {
  margin-bottom: 34px;
  padding: 30px 34px;
  border: 6px solid #bfe7ef;
  border-radius: 28px;
  text-align: center;
}

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

.home-process-7__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding: 48px 28px 34px;
  border: 6px solid #bfe7ef;
  border-radius: 999px;
  background: #ffffff;
  text-align: center;
}

.home-process-7__step--filled {
  background: #bfe3eb;
  box-shadow: 0 8px 24px rgba(108, 146, 156, 0.16);
}

.home-process-7__step-icon {
  color: #111319;
}

.home-process-7__step-icon svg {
  width: 52px;
  height: 52px;
}

.home-process-7__step h3 {
  margin: 18px 0 0;
  color: #111319;
  font-family: var(--font-family-display);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.home-process-7__step p {
  margin: 18px 0 0;
  color: #5f646a;
  font-size: 17px;
  line-height: 1.45;
}

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

@media (max-width: 980px) {
  .home-process-7__steps {
    grid-template-columns: 1fr;
  }

  .home-process-7__step {
    border-radius: 36px;
  }
}

@media (max-width: 767px) {
  .home-process-7__heading {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .home-process-7__step {
    padding: 34px 22px 26px;
  }
}
