.flow_mein{
    max-width: 934px;
    margin: 0 auto;
    padding: 3rem 0;
}
.flow h2{
    margin: 2rem 0;
    font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: bold;
    font-size: 30px;
}
.flow_steps_img h3 {
    position: relative;
    z-index: 5;
    background-color: #f5f5f5;
}
.flow_text {
    gap: 2rem;
    padding: 0 0 0 2rem;
    flex-wrap: wrap;
    align-items: center;
}
.flow_steps_img > h3:first-of-type span,
.flow_text_link a {
    margin: 0 0 0 1rem;
    background-color: #70727e;
    color: #fff;
    padding: 0.5px 20px 2.5px;
    display: inline-flex;
  }
  .flow_text a {
    display: inline-block;
    text-decoration: underline;
  }
    .flow_text_link a{
    margin: 1rem;
    padding: 0.3rem 1rem;
    display: block;
    text-align: center;
    text-decoration: none;
  }


.flow_steps {
    position: relative;
  }

  .vertical-line {
    position: absolute;
    top: 0;
    left: 4%;
    width: 4px;
    background-color: #9b9b9b;
    z-index: 1;
    height: 0;
    transition: height 1s ease;
  }

  .flow_steps_img {
    position: relative;
    padding: 0 0 0 20px;
  }

  span.col_fdaec1{
    color: #ff6a8e;
    font-weight: bold;
    font-size: 18px;
  }


  @media screen and (max-width: 750px) {
    .flow h2{
        font-size: 24px;
    }
    .vertical-line{
        left: 0;
    }
    .flow_steps_img h3{
        margin: 3rem 0 1rem;
    }
    .flow_steps_img{
        padding: 0 0 0 1rem;
    }
    .flow_text {
        padding: 0;
    }
    .flow_text p{
        width: 100%;
    }
    .flow_text_link a{
      padding: 1rem;
    }
    .flow_text img {
    display: block;
    width: 60%;
    margin: 0 auto;
}
    }