.cars-slider{
	padding: 80px 3vw;
	background-color: #F5F7FB;

	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.cars-slider-item{
	text-align: center;
}

.cars-slider-item-text{
	margin: 0 0 20px;
}

.cars-slider-item-text p{
	margin: 0 0 20px;
}

.cars-slider-item-text p:last-child{
	margin: 0;
}

.cars-slider-item-cta{
	padding-top: 15px;
}

.cars-slider-item-cta .cars-button{
	margin: auto;
}

.cars-slider-item-image{
	position: relative;
	height: 0;
	padding-bottom: 60%;
}

.cars-slider-item-image img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 95%;
	height: 100%;
	margin: auto;
	object-fit: contain;
	object-position: center center;
}

@media only screen and (min-width: 1201px) {
	.cars-slider-item{
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: center;
	}

	.cars-slider-item-title{
		order: 1;
		align-self: flex-end;
	}

	.cars-slider-item-image{
		order: 2;
		grid-row: span 3;
	}

	.cars-slider-item-text{
		order: 3;
	}

	.cars-slider-item-cta{
		order: 4;
		align-self: flex-start;
	}
}

@media only screen and (max-width: 1200px) {
	.cars-slider{
		padding: 60px 2vw;
	}

	.cars-slider-item-image{
		padding-bottom: 40%;
	}
}

@media only screen and (max-width: 1000px) {
	.cars-slider{
		padding: 50px 1vw;
	}

	.cars-slider-item-title{
		font-size: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.cars-slider{
		padding: 40px 0;
	}

	.cars-slider .swiper {
		padding-bottom: 40px;
	}

	.cars-slider-item-image{
		margin-bottom: 10px;
	}

	.cars-slider-item-text p:not(:last-child){
		margin: 0 0 15px;
	}
}

@media only screen and (max-width: 540px) {
	.cars-slider{
		padding: 30px 0;
	}

	.cars-slider-item-text p:not(:last-child){
		margin: 0 0 10px;
	}
}