.Features {
	background-color: #EEEEEE;
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow: hidden;
}

.Features .MainContainerFeature .label {
	display: flex;
	border-top: 3px solid white;
}

.Features .container.firstvisible .label, .Features .container.hideborder .label {
	border-top: 0;
}