.th-flex {
  display: flex;
  align-items: center;
}

.ico-help-circle {
  margin: 5px; 
  height: 20px; 
  width: 20px; 
  border-radius: 100px; 
  background: #027577;
	display: flex; 
  align-items: center; 
  justify-content: center; 
  color: white;
}