.flow {
  margin-bottom: 40px;
}
.flow_step {
  display: flex;
  position: relative;
}
.flow_step_img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #6caa17;
  z-index: 2;
}
.end .flow_step_img {
  background:#FF6600;
}
.flow_step_img svg {
  width: 20px;
  height: 20px;
}
.flow_step_border {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  width: 4px;
  height: 100%;
  background: #ddd;
  margin: auto;
}
.flow_step_text {
  width: calc(100% - 40px);
  margin-left: 20px;
}
#content .flow_step_text h3{
  margin: 0;
}
#content .flow_step_text h3 span{
  margin-right: 8px;
  color: #6caa17;
}
#content .end .flow_step_text h3 span{
  color: #FF6600;
}

.decorated-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.decorated-with-icon svg {
  width: 1.2em;
  height: 1.2em;
}

#content h2.section-title {
  margin: 32px 0 16px 0;
  padding: 32px 16px 16px 0px;
  display: flex;
  align-items: center;
}
#content h2.section-title span {
  font-size: 22px;
  font-weight: 700;
}
#content h2.section-title svg {
  width: 30px;
  height: 30px;
  color: #6caa17;
  flex-shrink: 0;
}
