divide div into 2 columns bootstrap 4 code example
Example 1: bootstrap grid
One of three columns
One of three columns
One of three columns
Example 2: .col-6 bootstrap
.col-6{
flex: 0 0 50%;
max-width: 50%;
}