#support #head {
	text-align: center;
	background-image: url(../images/support/bg_h1.gif);
}

#support #head h1 {
	padding: 0;
	width: calc(100% - 20px);
	font-size: 2.8rem;
	color: #2D2D2D;
}

#support .team {
	padding: 0 0 60px 0;
}

#support .team li {
	position: relative;
	border-right: solid 1px;
	border-left: solid 1px;
}

#support .team li h2 {
	display: flex;
	align-items: center;
	gap: 25px;
	height: 120px;
	font-size: 2.2rem;
	color: #FFFFFF;
	background: url(../images/support/bg_h2.png) no-repeat right 30px bottom;
	border-top: solid 1px;
	border-bottom: solid 1px;
}

#support .team li > div {
	padding: 30px 0 30px 60px;
}

#support .team li > div > div {
	display: flex;
	align-items: end;
}

#support .team li > div > div > div {
	flex: 1;
	text-align: center;
}

#support .team li p {
	padding-bottom: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
}

#support .team li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#support .team #dragonflies {
	color: #E84709;
	border-color: #E84709;
}

#support .team #dragonflies h2 {
	background-color: #E84709;
	border-color: #E84709;
}

#support .team #thunders {
	color: #009D75;
	border-color: #009D75;
}

#support .team #thunders h2 {
	background-color: #009D75;
	border-color: #009D75;
}

#support .team #sanfrecce {
	color: #51318F;
	border-bottom: solid 1px;
	border-color: #51318F;
}

#support .team #sanfrecce h2 {
	background-color: #51318F;
	border-color: #51318F;
}

#support .team h2 .logo {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 10px;
	width: 185px;
	height: 100%;
}

#support .team #thunders h2 .logo {
	justify-content: center;
	background-color: #FFFFFF;
}