.center-row-content {
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    
    .center-row-content {
        display: block;
    }
}