@media only screen and (max-width: 1000px) {
    .BannerInner h1 {
        padding: 0;
        font-size: 100px;
        margin: 65px auto;
    }

    .PlanesGH {
        /* display: flex; */
        justify-content: space-between;
        width: 100%;
        margin: 30px auto;
    }

    .PlaneItem {
        width: 46%;
        margin: 0 0;
    }

    .SystemItemText {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }

    .SystemItemTextInner {
        display: block;
        margin: 21px auto;
        width: 100%;
        padding: 0;
    }

    .SystemItemTextInner h4 {
        font-size: 30px;
        font-weight: bold;
    }

    .SystemItemTextInner p {
    }

    .SystemItem {
        filter: unset;
    }

    .SystemItemBG {

    }
}