.flow_section{
    padding-bottom: 100px;
    margin-top: 77px;
}

.flow_top{
    display: flex;
    align-items: center;
    gap: 20px;

}
.flow_title{
    font-size: 48px;
    color: #30b4a2;
    border-bottom: 3px dotted #f76f98;
    width: 100%;
}
.flow_area{
    background-color: #fff;
    padding: 40px 30px;
}
.flow_desc{
    font-size: 20px;
    padding: 30px 0;
    margin: 0;
    font-weight: lighter;
}
.flow_img{
    margin: 0;
}
.flow_img img{
    padding: 20px 0;
}
.return_btn_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.return_btn{
    width: 40%;
    background-color: #30b4a2;
    border: none;
    border-radius: 100px;
    padding: 2% 2%;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin-top: 8%;
}
.sf_y_icon_comment {
    top: 32%;
    left: 7%;
    transform: rotate(180deg);
}