h1.intro.uline + h2.intro2 {
	margin-bottom: 2.5em;
}
h3 {
	margin: 30px 0 2px;
	padding: 0;
}
h4 {
	margin-bottom: 20px;
	font-size: 11pt;
	font-weight: bold;
}
h4 big {
	position: relative;;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 10px 6px;
	font-size: 10pt;
}
h4 big:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000;
}

#lineups {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
#lineups li {
	margin-bottom: 90px;
	width: calc(50% - 25px);
}
#lineups li:last-child {
	margin-bottom: 0;
}

#lineups li img {
	width: 100%;
}
#lineups li p.fp3 {
	margin-bottom: 0;
	font-size: 12pt;
}
@media screen and (max-width: 990px) {
	#lineups li p.fp3.ctr {
		text-align: justify;
	}
	#lineups li p.fp3.ctr br.onpc {
		display: none;
	}
}
@media screen and (max-width: 840px) {
	#lineups li {
		width: calc(50% - 15px);
	}
}
@media screen and (max-width: 767px) {
	p.att.ctr {
		text-align: justify;
	}
	#lineups li p.fp3 {
		font-size: 11pt;
	}
}
@media screen and (max-width: 640px) {
	#lineups li {
		margin-bottom: 80px;
		width: 100%;
	}
	h3 {
		margin-top: 20px;
	}
	h3.intro.large img {
		transform: scale(0.8);
	}
}
@media screen and (max-width: 480px) {
	#lineups li {
		margin-bottom: 60px;
	}
	#lineups li p.fp3 {
		font-size: 10pt;
		letter-spacing: 0.5px;
		line-height: 160%;
	}
}
