how to center vertically in bootstrap col

HTML
<div class="row justify-content-center">
  ...inner divs and content...
</div><div class="my-auto">
  ...inner divs and content...
</div>
Source

Also in HTML: