.yellow-divider {
	background: #fcce01;
	color: #fff;
	padding: 10px 25px;
	font-size: 21px;
	text-align: center; 
	line-height: 1.5;
	min-height: 86px;
	position: relative;
	margin-bottom: 85px;
	font-weight: 600;
}

.green-divider {
	height: 86px;
	background-color: #76bd1d;
	position: relative;
	margin-bottom: 85px;
}

.yellow-triangle, .green-triangle, .blue-triangle {
	position: absolute;
	width: 0;
	top: 76px;
	
	height: 0;
	border-left: 65px solid transparent;
	border-right: 65px solid transparent;
	
}

.yellow-triangle {
	left: 10px;
	border-top: 75px solid #fcce01;
}

.green-triangle {
	right: 80px;
	border-top: 75px solid #76bd1d;
}

.focus-text {
	color: #017cba;
	font-size: 20px;
	font-weight: 600;
}

.beta-test {
	margin-bottom: 30px;
}

.indent {
	text-indent: 50px;
}

.blue-divider {
	height: 86px;
	background-color: #017cba;
	position: relative;
	margin-bottom: 85px;
}

.blue-triangle {
	right: 80px;
	border-top: 75px solid #017cba;
}
