@media screen and (max-width: 768px) {
    .threePageContainer {
        height: auto !important;
        padding: 15px;
    }
    .threeImgBox {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .threeImgBox div {
        width: 100% !important;
        margin: 0 !important;
    }
    .threeImgBox div img {
        width: 100%;
        height: auto;
    }
    .threeImgBox div p {
        width: 100%;
        text-align: center;
    }
    .contentCon {
        padding: 0;
        height: auto;
        position: relative;
    }
    .contentCon li {
        position: relative;
        left: auto !important;
        top: auto !important;
        margin-bottom: 15px;
    }
    .contentCon li:nth-child(1) {
        width: 100%;
        height: 200px;
        background-size: cover;
        margin-bottom: 15px;
    }
}