#welcome-visitors {
    width: calc(
        70vw - 16px
    ); /* Adjust based on total left + right margin/border/padding */

    /* Override flex properties */
    flex: none; /* or flex: none; */
}
