.section_AA,.section_AB,.section_BA,.section_BB,.section_CA ,.section_CB,
.section_DA ,.section_DB,.section_DC ,.section_DD   {
    background-color: #fafafc;
}
.content1 {
    padding: 50px 0 80px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;

}
.content1 .title{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #624439;
    margin-bottom: 40px;
}
.content1 .point2{
    display: inline-block;
    font-size: 20px;
    border-radius: 10px;
    color: #3d53e2;
    font-weight: 600;
}
.btn{
    width: 100%;
    max-width: 1200px;
    margin: 100px auto;
}
.btn a{
    background-color: #78523d;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.title_box_wrap {
    background: linear-gradient(to right, #1159d8, #a860ff);
}
.title_box {
    box-sizing: border-box;
    padding: 20px 0;
    max-width: 1200px; 
    width: 100%; 
    margin: 0 auto;
}
.title {
    margin: 0;
    color: #fff;
    font-size: 22px;
}
.content1 .box  {
    margin-bottom: 40px;
    border: 1px solid #aaaaae;
    border-radius: 15px;
    padding: 20px;
    background: #fff;
}
.section_BA .content1 .box:nth-child(2),.section_BC .content1 .box:nth-child(4),.section_CC .content1 .box{
    margin-bottom: 0 !important;
}
.content1 .box .con {
    font-size: 18px;
    line-height: 1.3;
}
.content1 .box .bold{
    display: inline-block;
    font-size: 20px;
    border-radius: 10px;
    color: #3d53e2;
    font-weight: 600;
    line-height: 1.3;
    margin: 20px 0;
}

.content1 .point3 {
    font-size: 18px;
    font-weight: 600;
}

.btn_wrap1 {
    text-align: center;
    width: 800px;
    margin: 0 auto;
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.btn_wrap1 .next {
    display: flex;
    justify-content: center;
    background-color: #4563e7;
    color: #fff;
    align-items: center;
    padding: 20px;
    width: 100%;
    margin: 40px 0;
    border-radius: 10px;
}

.next .btn_left .s1, .back5 .btn_left .s1{
    padding-right: 15px;
    font-weight: 600;
}

.btn_left {
    display: flex;
    align-items: center;
}
.s1, .s2 {
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
}


@media screen and (max-width: 767px) {
    .title_box {
        padding: 20px 0;
        max-width: 100%;
        width: 90%;
    }
    .content1 {
        padding: 40px 0 80px;
        width: 90%;
        max-width: 100%;
    }
    .btn_wrap1 {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        gap: 25px;
        display: flex;
        flex-direction: column;
    }
    .btn_wrap1 .next {
        margin:  0;
    }
}