.info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  background-image: url('../img/verify/info-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: white; /* This is optional since the SVG itself has color */
}
