@media only screen and (min-width : 992px) {

	.slider h2,
	.cars-list .text h2,
	.steps .text h2,
	.testimonials .title h2,
	.booking-insurance h2,
	.booking-options h2,
	.booking-info h2,
	.customer-info h2 {
		font-size: 26px;
	}

	/* Layer Why */

	.layer-why {
		background-position: left;
	}

	/* Prices List */

	.prices-list .col:not(:first-child):after {
		display: block;
		width: 1px;
		height: 100%;
		content: '';
		background-image: linear-gradient(to bottom, rgba(29, 92, 165, 0.1) 0%, rgba(29, 92, 165, 0.4) 50%, rgba(29, 92, 165, 0.1) 100%);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
	}

	.fleet-slider h2 {
		font-size: 26px;
	}

	.filter-menu {
		position: static;
		display: block;
		border: 0;
		z-index: auto;
	}
}
