.row {
  align-items: center; /* Vertical alignment for all child elements */
}

.col-image {
  display: flex;
  align-items: center;
  justify-content: center; /* Hrizontal alligment for the image */
  height: 100%;
}