.section_space{
    width: 100%;
    height: 130px;
}
.section.for_under{
    padding: 80px;
}
.section_container.for_sec2{
    padding: 40px;
    gap: 40px;
}
.privacy_title_box{
    padding: 10px;
    gap: 5px;
    align-items: center;
}
.privacy_title{
    font-size: 32px;
    letter-spacing: 2px;
}
.section_text.text_1{
    font-size: 18px;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 1.8em;
}
.privacy_text{
    width: 100%;
    padding: 5px 0;
    padding-right: 5px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    border-bottom: 1px solid rgb(245, 102, 102);
}
.privacy_text::before{
    content: "";
    position: absolute;
    width: 5px;
    height: 15px;
    bottom: 0;
    right: 0;
    background: rgb(245, 102, 102);
}
.privacy_container{
    width: 100%;
    max-width: 1000px;
    padding: 30px;
    gap: 15px;
    align-items: flex-start;
    border-radius: 10px;
    box-shadow: 3px 3px rgb(245, 102, 102), -3px -3px rgb(245, 102, 102);
    background: 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;
    }
}
@media all and (max-width:500px){
    .section.for_under{
        padding: 10px;
    }
    .privacy_container{
        padding: 15px;
    }
}

