.sgcompany--title {
	position: relative;
	line-height: 1.2;
	z-index: 1;
	margin-bottom: 20px;
}

.sgcompany--title.sub-mod {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-left: .066em;
	margin-top: -.066em;
	-webkit-text-fill-color: #fff;
	z-index: 0;
}

.sgcompany--copy {
	max-width: 450px;
}

@media (min-width: 992px) {
	.sgcompany--title {
		font-size: 3rem;
	}
}

.sgcompany--time-image-img {
	margin-bottom: 30px;
	max-width: 100%;
	height: auto;
}

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

.sgcompany--stats-label {
	text-transform: uppercase;
	color: #fff;
	font-size: 1.25rem;
	margin-bottom: 20px;
	margin-top: 20px;
}

.sgcompany--measurement-bar {
	border: 1px solid #B2E9D8;
	border-radius: 9px;
	background: #cecfcf;
	height: 37px;
	margin-bottom: 10px;
}

.sgcompany--measurement-bar:nth-of-type(2) {
	background: #B2E9D8;
}

.sgcompany--measurement-name {
	text-transform: uppercase;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #cecfcf;
}

.sgcompany--measurement-name:nth-of-type(2) {
	color: #B2E9D8;
}
