.flowPage {
  background: #fff;
}

.flowMain {
  min-width: 0;
}

.flowResponsive,
.flowResponsive * {
  box-sizing: border-box;
}

.flowResponsive {
  width: 100%;
  margin: 0 auto 40px;
  color: #444;
  font-size: 16px;
  line-height: 1.85;
}

.flowResponsive img {
  max-width: 100%;
  height: auto;
}

.flowResponsive .res {
  width: 100%;
}

.flowResponsive p {
  margin: 0 0 24px;
}

.flowResponsive a {
  color: #159bd3;
  font-weight: 700;
}

.flowResponsive .ed_h1,
.flowResponsive .moveCenter,
.flowResponsive .centerMove {
  text-align: center;
}

.flowResponsive .ed_h1 {
  margin: 0 0 26px;
}

.flowResponsive .flow_cont {
  counter-reset: flowStep;
}

.flowResponsive .flow_cont > h2 {
  position: relative;
  margin: 38px 0 18px;
  padding: 18px 22px 18px 76px;
  border-radius: 8px;
  background: #7fc438;
  color: #fff;
  font-size: 25px;
  line-height: 1.35;
  font-weight: 700;
}

.flowResponsive .flow_cont > h2:first-of-type {
  margin-top: 0;
}

.flowResponsive .flow_cont > h2::before {
  counter-increment: flowStep;
  content: counter(flowStep);
  position: absolute;
  left: 20px;
  top: 50%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: #7fc438;
  font-size: 23px;
  line-height: 38px;
  text-align: center;
  transform: translateY(-50%);
}

.flowResponsive .flow_cont > p {
  padding: 0 4px;
}

.flowResponsive .no_underline {
  display: inline-block;
  margin-top: 4px;
  padding: 10px 16px;
  border: 2px solid #55bce2;
  border-radius: 999px;
  text-decoration: none;
}

.flowResponsive .flow_imgs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
  margin: 0 0 26px;
  padding: 20px;
  border: 1px solid #d8efcf;
  border-radius: 10px;
  background: #fbfff8;
}

.flowResponsive .flow_imgs .flow_img {
  text-align: center;
}

.flowResponsive .flow_imgs .flow_img a {
  display: block;
}

.flowResponsive .flow_imgs .flow_img img {
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.flowResponsive .flow_imgs > p {
  grid-column: 1 / -1;
  margin: 0;
  color: #777;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .flowResponsive {
    font-size: 15px;
    line-height: 1.8;
  }

  .flowResponsive .ed_h1 {
    margin-bottom: 18px;
  }

  .flowResponsive .flow_cont > h2 {
    margin: 30px 0 16px;
    padding: 15px 16px 15px 62px;
    font-size: 20px;
  }

  .flowResponsive .flow_cont > h2::before {
    left: 15px;
    width: 32px;
    height: 32px;
    font-size: 19px;
    line-height: 32px;
  }

  .flowResponsive .flow_imgs {
    grid-template-columns: 1fr;
    padding: 16px;
  }
}
