#head.component {
	display:flex; height:100vh; min-height: 500px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
	background-size: cover;
	background-position: center;
	background-image: url("background");
	
	padding-top: 150px;
}

#head.component > section { width: 1024px; }
#head.component > section > p {
	margin:0;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
}
#head.component > section > p:first-child {
	margin-bottom: 10px;
	
	line-height: 88px;
	font-size: 88px;
}
#head.component > section > p:last-child  {
	border-top: solid 2px;
	border-bottom: solid 2px;
	
	line-height: 72px;
	font-size: 52px;
}