@media (min-width: 993px) and (max-width: 1428px) {

    .part-one-section {
        flex-direction: column;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 200px;
    }

    .cercle{
        margin-left: 0;
    }

    .img-logo-qvt {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        margin-bottom: 100px;
    }

}