.section.for_under{
    padding: 80px;
}
.section_container.for_sec2{
    padding: 40px;
    gap: 40px;
}
.section_text_title.for_sec2{
    align-self: center;
    text-align: center;
    padding: 15px 0;
    position: relative;
    color: rgb(245, 102, 102);
}
.section_text_title.for_sec2::before{
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: rgb(10, 153, 153);
    bottom: 0;
    left: calc(50% - 20px);
}
.section_text.text_1{
    font-size: 18px;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 1.8em;
}
.section_text_container.for_sec3{
    align-items: center;
}
.section_3_row_box{
    padding: 10px;
    gap: 5px;
    align-items: flex-start;
    border: 1px dashed rgb(245, 102, 102);
}
.section_3_row{
    gap: 10px;
    align-items: flex-start;
}
.section_3_row_text,.section_3_row_label{
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
}
.flow_container{
    width: 100%;
    max-width: 900px;
    min-height: 40vh;
    align-items: center;
}
.flow_content_box{
    width: 100%;
    flex: 1;
    align-items: flex-start;
    gap: 20px;
}
.flow_label_text.text_1{
    font-size: 14px;
    font-weight: bold;
    color: rgb(10, 153, 153);
}
.flow_label_box{
    width: 70px;
    min-width: 70px;
    align-items: center;
    gap: 2px;
    overflow: hidden;
}
.flow_label_icon{
    width: 100%;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: rgb(245, 102, 102);
    padding: 12px;
    border: 2px solid white;
}
.flow_label_icon img{
    width: 100%;
    height: auto;
}
.flow_text_box{
    flex: 1;
    padding: 10px;
    gap: 10px;
    align-items: flex-start;
}
.flow_title{
    font-size: 32px;
    letter-spacing: 3px;
}
.flow_text_row{
    width: 100%;
    padding: 20px 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 3px 3px rgb(245, 102, 102), -3px -3px rgb(245, 102, 102);
}
.flow_text{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8em;
    text-align: justify;
}
.flow_arrow_box{
    width: 100px;
    aspect-ratio: 3 / 1;
    background: rgb(10, 153, 153);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media all and (max-width:1100px){
    .section.for_under{
        padding: 40px;
    }
    .section_container.for_sec2{
        padding: 0;
        gap: 20px;
    }
    .section_text.text_1{
        font-size: 16px;
    }
}
@media all and (max-width:900px){
    .section.for_under{
        padding: 20px 10px;
    }
}
@media all and (max-width:500px){
    .section.for_under{
        padding: 10px;
    }
    .section_3_row_box{
        padding: 5px;
    }
    .section_3_row{
        gap: 5px;
    }
    .section_3_row_text,.section_3_row_label{
        font-size: 16px;
    }
    .flow_content_box{
        gap: 5px;
    }
    .flow_text_box{
        padding: 5px;
        gap: 5px;
    }
    .flow_title{
        font-size: 24px;
        letter-spacing: 2px;
    }
    .flow_text_row{
        padding: 10px;
    }
    .flow_arrow_box{
        align-self: flex-end;
        margin-right: 10px;
    }
}

