.flowchart {
    margin: 125px auto 50px auto;
    width: 100%;
}

.flowchart.zoomed {
    cursor: zoom-out;
    position: absolute;
    left:0;
    bottom:0;
    top:0;
    z-index: 150;
    margin-top: 0;
    width: auto;
}


@media(max-width: 1198px) {
    body {
        overflow-x: scroll !important;
    }
    .body-home {
        overflow-x: scroll !important;
    }

    .container {
        overflow-x: scroll;
    }

    .flowchart {
        cursor: zoom-in;
    }
}

@media(max-width: 720px) {
    .flowchart {
        margin-top: 150px;
        margin-bottom: 25px;
    }
}