.col-vertical {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
flex-direction: column;
}