#hero .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#hero .col-lg-6:last-child {
    display: none;
}
