.show_pc_noShow {
    display: none;
    min-width: auto!important;
}
.show_pc_width {
    min-width: auto!important;
}
.show_ipad_showSmall {
    font-size: 40px;
    animation: move 0.5s 1;
}
@keyframes move {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.show_ipad_showSmall2 {
    font-size: 16px;
    animation: move 0.5s 1;
}
.aboutUs_container {
    min-width: auto;
    width: auto;
    overflow: hidden;
}
.aboutUs_container .col-md-4 {
}
.needMove {
    animation: move 0.5s 1;
}

.content_box {
    flex-direction: column-reverse;
}
.content_box h1 {
    margin-bottom: 20px;
}
.imgInimgAndInfo {
    margin: 0 auto;
    float: none!important;
}

.top_box {
    display: none;
}
