.rs-step-flow-working-process {
  display: block;
  text-align: center;
  position: relative;
}
.rs-step-flow-working-process .rs-step-flow-icon {
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
  color: #222;
  font-size: 50px;
  text-align: center;
}
.rs-step-flow-working-process .rs-step-flow-icon i, .rs-step-flow-working-process .rs-step-flow-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.rs-step-flow-working-process .step-number {
  width: 185px;
  position: relative;
  display: inline-block;
  background: #e11631;
  color: #fff;
  padding: 12px 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  transition: all 0.3s ease 0s;
  clip-path: polygon(0% 0%, 82% 0, 99% 50%, 82% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 82% 0, 99% 50%, 82% 100%, 0% 100%);
}
.rs-step-flow-working-process .step-number .step-left-number {
  color: #071230;
  position: absolute;
  font-size: 30px;
  font-weight: 700;
  opacity: 0.1;
  left: 10px;
}

.step-flow-style2 .rs-step-flow-icon-box-icon {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.step-flow-style2 .rs-step-flow-icon-box-icon .rs-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00204a;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  margin-right: 30px;
  position: relative;
}
.step-flow-style2 .rs-step-flow-icon-box-icon .rs-step-icon i {
  color: #e11631;
  font-size: 50px;
}
.step-flow-style2 .rs-step-flow-icon-box-icon .rs-step-icon img {
  width: 50px;
  height: 50px;
}
.step-flow-style2 .rs-step-flow-icon-box-icon .rs-step-icon:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  border: 1px dashed #e11631;
  border-radius: 50%;
}
.step-flow-style2 .rs-step-flow-icon-box-icon .step-number-top .step-right-text {
  font-size: 20px;
  font-weight: 600;
  color: #e11631;
}
