.section.section_1{
    min-height: 70vh;
    padding: 200px 80px 40px;
    align-items: center;
    justify-content: flex-start;
}
.section_container.for_sec1{
    position: relative;
    align-items: center;
    z-index: 1;
}
.section_1_title_sub{
    font-size: 10vw;
    font-weight: bold;
    color: rgb(255, 255, 255, 0.6);
    -webkit-text-stroke: 2px rgb(245, 102, 102);
    line-height: 1;
    white-space: nowrap;
}
.section_title.for_sec1{
    position: absolute;
    left: 30px;
    font-size: 64px;
    letter-spacing: 64px;
    white-space: nowrap;
    text-shadow: 2px 3px white, 4px 5px 2px rgb(120, 120, 120);
}
.section_1_image_box{
    position: absolute;
    height: calc(70vh - 200px);
    width: 80%;
    max-width: 800px;
    border-radius: 100vh 0 0 100vh;
    right: 0;
}
.section_1_image_box img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 100vh 0 0 100vh;
}

.breadcrumb_container{
    width: 100%;
    padding: 10px 80px;
    justify-content: flex-end;
}
.breadcrumb{
    gap: 20px;
    align-items: center;
}
.bread_text{
    font-size: 16px;
    font-weight: bold;
}
.bread_text img{
    width: 24px;
    height: auto;
    transition: opacity ease 0.25s;
}
.bread_text:hover img{
    opacity: 0.8;
}

.section_title_box.for_under{
    position: relative;
    justify-content: flex-end;
}
.section_title.for_under{
    font-size: 42px;
    letter-spacing: 2px;
    padding: 10px 15px;
    z-index: 1;
    filter: drop-shadow(3px 2px white);
    -webkit-filter: drop-shadow(3px 2px white);
    color: rgb(245, 102, 102);
}
.section_title_icon{
    position: absolute;
    height: 100%;
    width: max-content;
}
.section_title_icon.icon_1{
    left: -5%;
}
.section_title_icon.icon_2{
    right: -5%;
}
.section_title_icon img{
    height: 100%;
    width: auto;
}
.section_content_container{
    width: 100%;
    max-width: 1200px;
    height: max-content;
    gap: 15px;
    padding: 15px;
}
.section_container{
    width: 100%;
    height: max-content;
    align-items: center;
}
.section_text_container{
    width: 100%;
    max-width: 800px;
    height: max-content;
    padding: 25px;
    align-items: flex-start;
    background: white;
    border-radius: 10px;
    box-shadow: 3px 3px rgb(245, 102, 102), -3px -3px rgb(245, 102, 102);
    gap: 15px;
    position: relative;
}
.section_text_container.for_back::before,.section_text_container.for_back::after{
    content: "";
    position: absolute;
    aspect-ratio: 1;
    border-radius: 50%;
    z-index: -1;
    height: 20vh;
}
.section_text_container.for_back::before{
    top: -5vh;
    left: -10vh;
    background: rgb(116, 203, 158);
}
.section_text_container.for_back::after{
    bottom: -3vh;
    right: -5vh;
    background: rgb(10, 153, 153);
}
.section_text_title{
    font-size: 24px;
    letter-spacing: 2px;
}
@media all and (max-width:1100px){
    .section.section_1{
        min-height: 70vh;
        padding: 80px 40px 40px;
    }
    .section_1_title_sub{
        font-size: 13vw;
    }
    .section_title.for_sec1{
        font-size: 48px;
        letter-spacing: 48px;
    }
    .breadcrumb_container{
        padding: 10px 40px;
    }
    .section_content_container{
        gap: 15px;
        padding: 5px;
    }
}
@media all and (max-width:900px){
    .section_title.for_sec1{
        font-size: 42px;
        letter-spacing: 42px;
        bottom: -24px;
    }
}
@media all and (max-width:500px){
    .section.section_1{
        min-height: 70vh;
        padding: 80px 10px 40px;
    }
    .section_title.for_sec1{
        font-size: 28px;
        letter-spacing: 14px;
        bottom: -14px;
    }
    .breadcrumb_container{
        padding: 10px;
    }
    .breadcrumb{
        gap: 10px;
    }
    .bread_text{
        font-size: 14px;
    }
    .bread_text img{
        width: 20px;
    }
    .section_title.for_under{
        font-size: 28px;
    }
    .section_text.text_1{
        font-size: 16px;
    }
    .section_text_title{
        font-size: 20px;
    }
}
