.sep {
    width: 100%;
    height: max-content;
    padding: 20px 30px;
    
}

.sep h1 {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    font-size: 28px;
    line-height: 32px;
}

.sep_container {
    display: flex;
    width: 100%;
    margin-top: 30px;
    justify-content: space-between;
}

.sep_left {
    width: 75%;
    height: max-content;
}
.sep_right {
    width: 22%;
    height: max-content;
    position: sticky;
    top: 10px;         
}

.sep_key2f_container {
    text-align: center;
    width: 100%;
    margin: 0px auto 40px;
    background-color: var(--color-element);
    padding: 24px 30px 24px;
    border-radius: 12px;
}

.sep_left .sep_key2f_container h2{
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    margin: 0px;
}

.sep_key2f_container form {
    margin-top: 20px;
}
.fa2_result {
    color: var(--color-primary);
}
.sep_key2f_container form input {
    background-color: var(--color-window);
    padding: 6px 12px;
    width: 100%;
    max-width: 350px;
    font-size: 20px;
}

.sep_key2f_container form button {
    margin: 20px auto 0px;
    font-size: 20px;
}



.sep_left h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 24px 0px 12px;
}

.sep_left h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 24px 0px 12px;
}
.sep_left ul, .sep_left ol {
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
}

.sep_left ul li,
.sep_left ol li {
    margin-bottom: 6px;
}

.sep_left p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
}




.sep_act_img {
    width: 100%;
    height: max-content;
    position: relative;
    display: block;
}

.sep_act_img img {
    width: 100%;
    height: max-content;
    border-radius: 20px;
}

.sep_act_img button {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 14px;
    font-size: 12px;
    width: max-content;
}

@media screen and (max-width: 993px){
    .sep_container {
        flex-wrap: wrap;
    }

    .sep_left {
        width: 100%;
        height: max-content;
    }
    .sep_right {
        width: 100%;
        position: relative;
        top: 0px;         
    }

    .sep_right .sep_act_img {
        max-width: 500px;
        margin: 40px auto;
    }

}

@media screen and (max-width: 600px) {
    .sep {
        padding: 20px 10px;
        
    }

    .sep h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .sep_container {
        margin-top: 20px;
    }

   

    .sep_key2f_container {
        margin: 0px auto 30px;
        padding: 16px 14px 16px;
    }

    .sep_left .sep_key2f_container h2{
        font-size: 18px;
        line-height: 22px;
    }

    .sep_key2f_container form {
        margin-top: 14px;
    }
   
    .sep_key2f_container form input {
        background-color: var(--color-window);
        padding: 6px 12px;
    }

    .sep_key2f_container form button {
        margin: 14px auto 0px;
        font-size: 16px;
        line-height: 16px;
    }



    .sep_left h2 {
        font-size: 18px;
        line-height: 22px;
        margin: 20px 0px 12px;
    }

    .sep_left h3 {
        font-size: 16px;
        line-height: 20px;
        margin: 24px 0px 12px;
    }
    .sep_left ul, .sep_left ol {
        padding-left: 20px;
        font-size: 13px;
        line-height: 16px;
        margin-top: 12px;
    }

    .sep_left ul li,
    .sep_left ol li {
        margin-bottom: 6px;
    }

    .sep_left p {
        font-size: 13px;
        line-height: 16px;
        margin-top: 12px;
    }


    .sep_act_img button {
        line-height: 16px;
        font-size: 16px;
    }
} 