.header.row.flex{
	flex-wrap: nowrap
}
.header .display{
	margin-bottom:1.5rem;
}
.header .display:after{
	content:'';
	position: absolute;
	width:100%;
	left:0;
	bottom:2rem;
	background:var(--white);
	height:1px;
}
@media only screen and (max-width: 1680px) {
	.header .display{
		margin-bottom: .5rem;
	}
	.header .display:after{
		bottom:1rem;
	}
}
@media only screen and (max-width: 1000px) {
	.header .display:after{
		bottom:1rem;
	}
	.header .display{
		margin-bottom:1.5rem;
	}
}