.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-bottom: 15px;
    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_content_container.for_sec2{
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
}
.section_content_box.for_sec2{
    width: 100%;
    height: 100%;
    align-items: flex-start;
    position: relative;
}
.section_content_image_box{
    height: 250px;
    width: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border: 2px solid rgb(245, 102, 102);
}
.section_content_image_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 5px solid white;
}
.section_content_text_box.for_sec2{
    width: 100%;
    height: max-content;
    padding: 20px;
    padding-left: 10px;
    align-items: flex-start;
    border-radius: 0 0 100px 10px;
    background: rgb(245, 102, 102);
}
.section_text.text_2{
    font-size: 18px;
    letter-spacing: 1px;
    color: white;
}

.section_content_column{
    width: 100%;
    max-width: 1000px;
    min-height: 50vh;
    position: relative;
    gap: 5px;
    padding: 20px 0;
}
.section_content_column::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background: rgb(245, 102, 102);
    left: -1px;
    top: 0;
    border-radius: 100vh;
}
.section_content_row{
    width: 100%;
    align-items: stretch;
    padding-left: 0;
}

.section_content_row.for_divide{
    background: rgb(245, 102, 102);
    border-radius: 0 100vh 100vh 0;
}
.section_content_timeline{
    width: 50px;
    position: relative;
    align-items: center;
}
.section_content_timeline.line_1::before{
    content: "";
    position: absolute;
    background: rgb(245, 102, 102);
    width: 25px;
    aspect-ratio: 1;
    border-radius: 50%;
    left: -12px;
}
.section_content_box.for_sec3{
    width: 100%;
    align-items: flex-start;
    gap: 5px;
}
.content_text_box.for_sec3{
    flex: 1;
    align-items: center;
    border-radius: 10px;
}

.content_text_box.for_sec3.box_1{
    max-width: 300px;
    align-self: stretch;
    justify-content: center;
}
.content_text_box.for_main{
    padding: 25px;
    background: rgb(255, 255, 255);
}
.content_text_box.for_divide{
    background: rgb(245, 102, 102);
}

.section_content_label.for_sec3,.section_content_text.for_sec3{
    font-size: 20px;
    letter-spacing: 3px;
}
.section_content_text.for_sec3{
    font-weight: bold;
    z-index: 1;
}
.section_content_text.text_2{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.8em;
}
.section_content_text.for_divide,.section_content_label.for_sec3.for_divide{
    color: white;
}
@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;
    }
    .section_content_container.for_sec2{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
    .section_content_label.for_sec3,.section_content_text.for_sec3{
        font-size: 18px;
        letter-spacing: 2px;
    }
    .content_text_box.for_main{
        padding: 20px;
    }
    .section_content_timeline{
        width: 35px;
    }
}
@media all and (max-width:500px){
    .section.for_under{
        padding: 10px;
    }
    .section_content_container.for_sec2{
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(6, max-content);
    }
    .section_content_image_box{
        height: 200px;
    }
    .section_content_text_box.for_sec2{
        padding: 15px;
    }
    .section_text.text_2{
        font-size: 16px;
        font-weight: bold;
    }
    .section_content_timeline{
        width: 25px;
    }
    .section_content_label.for_sec3,.section_content_text.for_sec3{
        font-size: 16px;
        letter-spacing: 1px;
        white-space: nowrap;
    }
    .content_text_box.for_sec3.box_1{
        max-width: 120px;
        min-width: 120px;
    }
}
