@charset "utf-8";
#breadcrumbs {
	margin: 0;
}
.lineup ul{
	justify-content: center;
	display:flex;
	width:100%;
	margin: auto;
	flex-wrap: wrap;
}
.lineup li{
	width: 30%;
	margin: 0px 0 5%;
}
.lineup img{
	width:100%;
	margin: 0 0 6%;
}
.lineup h4{
	text-align: left;
	margin: 4% 0 0;
	font-size: 1.4em !important;
}
.lineup h5{
	font-size:20px;
	font-weight: 800;
	text-align:center;
	font-weight: normal !important;
}
.sub{
	display:block;
	font-weight: normal;
	font-size: 65%;
	}
@media only screen and (max-width: 786px) {
.lineup h3{
	font-size: 2em;
}
.lineup h5{
    font-size: 1.25em;
    font-weight: normal !important;
}
.feature h4{
	font-size: 2em;
}
.lineup ul{
	justify-content:center;
	
}
.lineup li{
	width: 50%;
}
.lineup img{
	width:100%;
}
.sub{
	font-size:65%;
}
}
