@media screen and (max-width: 768px) {
    .container .P {
        width: 100%;
    }
    .phoneImg {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .phoneImg img {
        width: 100px;
        height: auto;
        margin: 5px;
    }
    .textCenter {
        width: 100% !important;
        text-align: center;
    }
    .fivePageContainer .threeImgBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .fivePageContainer .threeImgBox div {
        width: 45%;
        margin: 0;
    }
    .fivePageContainer .threeImgBox div img {
        width: 100%;
        height: auto;
    }
}