.why-scouting-module__label {
	
}

.why-scouting-module__label span {
	color: #000;
	font-weight: 500;
}

.why-scouting-module__label span::before {
	background-color: var(--brand-success);
	height: 3px;
	width: 60px;
	display: inline-block;
	position: relative;
	content: "";
	margin-right: 20px;
	vertical-align: middle;
}

.why-scouting-module__image-wrap {
	margin-top: 25px;
}

.why-scouting-module__image {
	position: relative;
	container-type: inline-size;
	text-align: center;
}

.why-scouting-module__image::before {
	background: var(--tan);
	content: "";
	height: 100cqw;
	width: 100cqw;
	max-width: 433px;
	max-height: 433px;
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -35%);
	z-index: 0;
}

.why-scouting-module__image img {
	z-index: 1;
	position: relative;
}

.why-scouting-module__stats {
	background: var(--gray-dark);
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 0 -25px;
	padding: 30px;
	color: #fff;
	position: relative;
	z-index: 1;
}

.why-scouting-module__stat {
	flex: 1 1 50%;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
}

.why-scouting-module__stat-icon {
    border: 2px solid #fff;
    position: relative;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.why-scouting-module__stat-icon > span {
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.why-scouting-module__stat-number {
	margin-top: 15px;
	font-weight: 700;
	font-size: 24px;
}

@media (min-width: 992px) {

	.why-scouting-module__stats {
		border-radius: 15px;
		margin: 0;
	}

	.why-scouting-module__stat-number {
		font-size: 34px;
	}

}

@media (min-width: 1200px) {

	.why-scouting-module__inner-wrap {
		display: flex;
		flex-flow: row nowrap;
		gap: 30px;
		justify-content: space-between;
		align-items: center;
	}

	.why-scouting-module__body {
		flex: 1 1 50%;
	}

	.why-scouting-module__image-wrap {
		margin-top: 0px;
		flex: 1 1 50%;
		max-width: 460px;
	}

	.why-scouting-module__stat-number {
		font-size: 40px; 
	}

}

@media (min-width: 1600px) {

	.why-scouting-module__body {
		flex: 0 1 50%;
	}

	.why-scouting-module__image-wrap {
		max-width: 543px;
	}

	.why-scouting-module__stat-number {
		font-size: 48px;
	}

}