.tgps-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
}

.tgps-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
}

.tgps-circle-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.tgps-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	border-style: solid;
	box-sizing: border-box;
}

.tgps-circle i,
.tgps-circle svg {
	line-height: 1;
}

.tgps-circle svg {
	width: 1em;
	height: 1em;
}

.tgps-number-badge {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-weight: 700;
	line-height: 1;
}

.tgps-number-badge--top-right {
	top: 0;
	right: 0;
	transform: translate(20%, -20%);
}

.tgps-number-badge--top-left {
	top: 0;
	left: 0;
	transform: translate(-20%, -20%);
}

.tgps-number-badge--center {
	position: relative;
	transform: none;
}

.tgps-title {
	margin: 0;
}

.tgps-description {
	margin: 0;
}

.tgps-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.tgps-arrow svg {
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.tgps-wrapper {
		flex-direction: column;
		align-items: center;
	}

	.tgps-arrow {
		transform: rotate(90deg);
	}
}
