@media screen and (max-width: 1024px) {
    .about_exp_container {
        height: auto;
    }
    .about_exp_container > .slide_List {
        height: auto;
    }

    .about_exp_subContainer > .about_exp_subTitle > div {
        text-align: center;
        font-size: 8rem;
    }

    .about_exp_container > .slide_List > .slide_Box {
        height: 50vh;
    }

    .about_exp_subContainer > .about_exp_subTitle {
        position: relative;
    }

    .about_exp_subContainer > .about_exp_subImg {
        grid-template-rows: none;
        grid-auto-flow: unset;
    }

    .about_exp_subContainer > .about_exp_subImg > .Img_box1 {
        grid-row: unset;
        grid-column: unset;
    }

    .about_exp_subContainer > .about_exp_subImg > .Img_box2 {
        grid-row: unset;
        grid-column: unset;
    }
}

@media screen and (max-width: 414px) {
    .about_exp_container {
        display: block;
        overflow: hidden;
        position: relative;
        height: auto;
        width: 100%;
    }
    .about_exp_container > .slide_List {
        width: 100%;
    }

    .about_exp_subContainer > .about_exp_subTitle {
        display: block;
    }

    .about_exp_subContainer > .about_exp_subTitle > hr {
        display: none;
    }
}
