.bl_flowCont .bl_flowCont_item {
  background: #ebf2e8;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bl_flowItem_img {
  border-radius: 4px;
  aspect-ratio: 335 / 160;
  overflow: hidden;
}

.bl_flowItem_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bl_flowItem_txt {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bl_flowItem_txt h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: var(--color-accent);
}

.bl_flowCont_step {
  margin-bottom: 20px;
  position: relative;
}
.bl_flowCont_step picture,
.bl_flowCont_step img,
.bl_flowCont_step svg {
  max-width: 100%;
  width: 140px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.bl_flowCont_step span {
  font-weight: 900;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  line-height: 1;
  align-items: center;
}

.bl_flowCont_step span::before {
  content: 'STEP';
  font-size: 20px;
  line-height: 1;
}

.bl_flowBlock {
  background: #ebf2e8;
  border-radius: 16px;
  padding: 36px 20px;
}

.bl_flowCont_step {
  position: absolute;
  top: 0;
  left: 0;
}

.bl_flowCont_step span {
  font-size: clamp(3.5rem, 2.9718rem + 2.2535vw, 5rem);
}

.bl_flowItem_txt h3 {
  font-size: clamp(1.25rem, 1.0115rem + 1.0178vw, 1.5rem);
}

.bl_flowCont_step picture,
.bl_flowCont_step img,
.bl_flowCont_step svg {
  width: 80px;
}

.ly_flow .bl_subpCont {
  padding-inline: 0;
}

@media screen and (min-width: 768px) {
  .bl_subpCont {
    gap: 44px;
  }

  .bl_flowBlock {
    border-radius: 16px;
    background: #ebf2e8;
    padding: 36px 40px 36px min(18vw, 240px);
    display: flex;
    gap: 28px;
    flex-direction: row;
  }

  .bl_flowItem_img {
    aspect-ratio: 200 / 160;
    max-width: 200px;
    max-height: 160px;
    flex-shrink: 0;
  }

  .bl_flowCont .bl_flowCont_item {
    padding: 0;
    flex-direction: column;
  }

  .bl_flowCont_step {
    position: absolute;
    left: 28px;
    top: 0;
    margin: 0;
    padding: 0;
  }

  .bl_flowCont_step picture,
  .bl_flowCont_step img {
    width: min(12.5vw, 180px);
    aspect-ratio: 180 / 270;
  }

  .bl_flowCont_step span {
    top: clamp(1.25rem, -0.1786rem + 2.9762vw, 2.5rem);
    transform: translate(-50%, 0);
  }

  .bl_flowCont_step picture,
  .bl_flowCont_step img,
  .bl_flowCont_step svg {
    width: min(12.5vw, 160px);
  }

  .bl_flowCont_step picture,
  .bl_flowCont_step img {
    width: min(12.5vw, 180px);
    aspect-ratio: 180 / 270;
  }

  .bl_flowCont_step span {
    top: clamp(1.25rem, -0.1786rem + 2.9762vw, 2.5rem);
    transform: translate(-50%, 0);
  }
}

@media screen and (min-width: 1120px) {
  .bl_flowCont .bl_flowCont_item {
    flex-direction: row;
  }
}
