.process-blocks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.process-block {
  min-height: 230px;
  flex-basis: 350px;
}

.process-block-num-wrapper {
  display: flex;
  justify-content: center;
}

.process-block-num {
  width: 45px;
  height: 45px;
  border-radius: 16px;
  background: #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 200%;
  color: #999999;
}

.process-block-title {
  margin: 0;
  margin-top: 30px;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
}

.process-block-subtitle {
  margin: 0;
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}

.process-block-subtitle a {
  color: #1159a0;
  /*opacity: 10;*/
  /*text-decoration: underline;*/
}

