@media screen and (max-width: 900px) {
    .page-2 {
        display: flex;
        flex-direction: column;
        background: #001734;
        width: 100%;
        height: 100vw;
    }
    .service {
        display: flex;
        flex-direction: row;
        height: 16%;
        width: 90%;
    }
    .p-text-service {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 80%;
        font-size: 3vw;
        margin-top: 0vh;
        font-weight: bold;
        text-align: center;
        color: white;
    }
    .img-icon-service {
        display: flex;
        height: 100%;
        width: 20%;
    }
    .divider {
        display: flex;
        flex: 0 0 auto;
        background: #00b6ff;
        width: 90vw;
        height: 0.2vh;
        margin-left: 5vw;
    }
}