.eteam-main-title {
	font-size: 14px;
	font-size: 1rem;
	text-align: center;
}

.eteam-main-title h1 {
	position: relative;
	margin: 0;
	font-weight: 500;
	text-transform: uppercase;
}

.eteam-main-title h1 .text-title {
	position: relative;
	z-index: 5;
	display: inline-block;
	background-color: #fff;
	padding: 0 24px;
}

.eteam-main-title h1 strong {
	color: #080a10;
}

.eteam-main-title h1:before {
	position: absolute;
	top: 50%;
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	background-color: #c9c9c9;
}

.eteam-main-title .text {
	margin-top: 34px;
	color: #838082;
	line-height: 24px;
}

.eteam-main-title .text > :first-child {
	margin-top: 0;
}

.eteam-main-title .text > :last-child {
	margin-bottom: 0;
}
