#content-block {
    display: block;
}

#agence-info-wrapper {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

#agence-info-content {
    width: 100%;
}


@media only screen and ( min-width: 768px ) {
    #agence-info-content {
        width: 100%;
    }
}
