@media screen and (min-width: 901px) {
    .page-2 {
        display: flex;
        flex-direction: row;
        background: #001734;
        width: 100%;
        height: 15vw;
    }
    .service {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 15%;
    }
    .p-text-service {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.97vw;
        margin-top: -3.5vw;
        font-weight: bold;
        text-align: center;
        color: white;
    }
    .img-icon-service {
        display: flex;
        height: 90%;
    }
    .divider {
        flex: 0 0 auto;
        background: #00b6ff;
        width: 0.16vw; /* Толщина линии */
        margin: 2.75vw 1vw;
    }
}