@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:center;
	margin: 4% 0 0;
	font-size: 1.4em !important;
}
.lineup h5{
	font-size:20px;
	font-weight: 800;
	text-align:center;
	font-weight: normal !important;
}
@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%;
}
