.has-process {
  padding-right: 30px !important;
  position: relative;
}

.process-number {
	display: flex;
	position: absolute;
	right: 0;
	width: 30px;
	justify-content: center;
	background: var(--theme-color-primary);
	height: 50px;
	align-items: center;
	border-radius: 10px;
	top: -5px;
  font-size: 24px;
  color: var(--theme-text-primary);
}