.col-2-fit {
    display: flex;
    justify-content: center;
}

.col-1 {
    flex: 1;
}

.col-2 {
    flex: 1;
}