.hiringstats--container {
	padding: 60px 30px;
}

@media (min-width: 900px) {
	.hiringstats--container {
		padding: 110px 30px;
	}
}

.hiringstats--title {
	font-family: "Roboto Condensed";
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	color: #FFFFFF;
	margin-bottom: 50px;
}

.hiringstats--subtitle {
	font-family: Inter;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
}

@media (min-width: 900px) {
	.hiringstats--title {
		font-size: 60px;
		line-height: 72px;
		margin-bottom: 30px;
	}
	.hiringstats--subtitle {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 50px;
	}
}

.hiringstats--circles-wrap {
	max-width: 1040px;
	margin: 0 auto;
}

.hiringstats--circle {
	width: 175px;
	height: 175px;
	border-radius: 50%;
	background: #4f4f51;
	text-align: center;
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	position: relative;
	margin-bottom: 35px;
}

@media (min-width: 900px) {
	.hiringstats--circle {
		margin-bottom: 50px;
	}
}

.hiringstats--round {
	position: absolute;
	font-family: Inter;
	font-size: 20px;
	/* font-size: 1rem; */
	/* top: 5px; */
	top: 30px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	line-height: 27px;
	font-weight: 700;
	/* color: #D1FFE7; */
	color: #BDCFFA;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.hiringstats--horizontal {
	font-family: Inter;
	align-self: center;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	margin: 40px 0 0 0;
	font-size: 16px;
	line-height: 27px;
}

.hiringstats--percent-outer {
	margin-top: 40px;
	margin-bottom: 20px;
}

.hiringstats--percent-inner {
	height: 35px;
	background: #cecfcf;
	border-radius: 6px;
	transition: width .5s;
	max-width: 0;
	transition: all 3s;
}

.aos-animate > .hiringstats--percent-inner {
	max-width: 100%;
}

.mondo-mod > .hiringstats--percent-inner {
	background: #D1FFE7;
}

.hiringstats--rate-subtitle,
.hiringstats--mondo-subtitle {
	text-transform: uppercase;
	font-size: 1.5rem;
}

.hiringstats--mondo-subtitle {
	color: #D1FFE7;
}

.hiringstats--time-image {
	margin-bottom: 30px;
}
