<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fleets-block{
	text-align:center;
}

.fleets-block h2{
	font-size:22px;
	margin-bottom:22px;
}

.fleets-subheader{
	margin-top:22px;
	font-size:16px;
	color:#2C3A48;
}

.fleets-block h3{
	margin: 3em 0 0.5em 0;
	font-size:18px;
}
.fleet-count-block{
	margin-bottom:25px;
	font-size:14px;
}
.fleet-item{
	border: 1px solid #E4E7ED;
	border-radius: 10px;
	padding: 16px 0 20px 0;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin: 0 10px;
	min-height: 215px;
}

.fleets-block .swipe_view_item{
	min-width: 266px;
	max-width: 300px;
	padding: 0 12px;
}

.fleet-label{
	font-weight:bold;
}
.fleet-rating{
	margin: 10px 0;
}
.fleet-rides{
	margin-top:10px;
}
.fleet-rides i{
	color: #67C23A;
}
.fleet-logo-wrapper{
	border: 1px solid #E4E7ED;
	border-radius: 10px;
}

/* medium screen size */
@media (min-width: 530px) {
	.fleet-item{
		box-shadow: none;
	}
}

/* large screen size */
@media (min-width: 1170px) {
	.fleets-block h2{
		font-size:40px;
	}

	.fleets-subheader{
		font-size:22px;
	}

	.fleets-block h3{
		font-size:20px;
	}
	.fleet-count-block{
		font-size:14px;
	}
}
</pre></body></html>