.section1 {
    height: 500px;
    background-color: #32334f;
    margin-top: 60px;
}
.content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.section2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: -35rem;
}
.section2 .section2_1{
    display: flex;
    padding: 30px 50px;
    background-color: #4876ee;
    border-radius: 15px;
    justify-content: space-between;
    align-items: center;
}
.section2 .section2_1 .left{
    display: flex;
    flex-direction: column;
    width: 60%;
}
.section2 .section2_1 .left img{
    width: 70%;
}
.section2 .section2_1 .right{
    width: 40%;
    text-align: right;
}
.section2 .section2_1 .right img{
    width: 80%;
}
.section2 .section2_1 pre{
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    margin-top: 30px;
}
.section2 .section2_2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.section2 .section2_2 img{
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.section3 {
    text-align: center;
    margin: 70px 0;
}
.section3 h3 {
    font-size: 28px;
    font-weight: 800;
    color: #31324e;
}
.section3 pre {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 30px;
}
.section3 .btn_wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .content {
        width: 100%;
        max-width: unset;
        margin: 0 auto;
    }
    .section1 {
        display: none;
    }
    .section2 {
        margin-top: 0;
    }
    .section2 .section2_1 {
        display: flex;
        padding: 30px 20px 160px;
        border-radius: 0;
        justify-content: space-between;
        flex-direction: column-reverse;
        gap: 30px;
        
    }
    .section2 .section2_1 .right {
        width: 100%;
        text-align: center;
    }
    .section2 .section2_1 .left {
        width: 100%;
    }
    .section2 .section2_1 .right img {
        width: 40%;
    }
    .section2 .section2_1 pre {
        font-size: 20px;
        line-height: 1.5;
        color: #fff;
        margin-top: 30px;
    }
    .section2 .section2_2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        flex-direction: row;
        margin-top: -160px;
        width: 95%;
    }
    .section2 .section2_1 .left img {
        width: 55%;
    }
    .section2 .section2_2 img{
        width: 100%;
        border-radius:25px ;
    }
    .section3 {
        text-align: center;
        margin: 50px auto 0;
        width: 95%;
    }
    .section3 h3 {
        font-size: 25px;
    }
    .section3 pre {
        font-size: 20px;
    }
    .section3 .btn_wrap {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-top: 50px;
        flex-direction: row;
    }
    .section3 .btn_wrap img {
        width: 100%;
    }
    }
@media screen and (max-width: 767px) {
.content {
    width: 100%;
    max-width: unset;
    margin: 0 auto;
}
.section1 {
    display: none;
}
.section2 {
    margin-top: 0;
}
.section2 .section2_1 {
    display: flex;
    padding: 30px 20px 160px;
    border-radius: 0;
    justify-content: space-between;
    flex-direction: column-reverse;
    gap: 30px;
}
.section2 .section2_1 .right {
    width: 100%;
    text-align: center;
}
.section2 .section2_1 .left {
    width: 100%;
}
.section2 .section2_1 .right img {
    width: 50%;
}
.section2 .section2_1 pre {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-top: 30px;
}
.section2 .section2_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    margin-top: -160px;
    width: 95%;
}

.section2 .section2_2 img{
    width: 100%;
    border-radius:25px ;
}
.section3 {
    text-align: center;
    margin: 50px auto 0;
    width: 95%;
}
.section3 h3 {
    font-size: 22px;
}
.section3 pre {
    font-size: 16px;
}
.section3 .btn_wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 50px;
    flex-direction: column;
}
.section3 .btn_wrap img {
    width: 100%;
}
}