.feature-one {
	position: relative;
	display: block;
	z-index: 1;
}

.feature-one__inner {
	position: relative;
	display: block;
	padding: 35px 0 105px;
}

.feature-one__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	white-space: nowrap;
	min-width: 100%;
}

.feature-one__list li {
	position: relative;
	display: block;
	padding: 0 22px;
}

.feature-one__list li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 98px;
	font-weight: 700;
	line-height: 98px;
	letter-spacing: -3.92px;
	text-transform: uppercase;
	color: #000;
	font-family: var(--thm-font-two);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-one__list li a>span {
	color: #d9d9d9;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-one__list li a:hover {
	color: var(--thm-base);
}

.feature-one__list li a:hover span {
	color: var(--thm-base);
}

.feature-three__shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: .5;
	z-index: -1;
}