
.text_slider_box{
	background-color:var(--extra_color_opacity_06);
	padding:65px 86px 40px;
}

.text_slider_item_text{
	padding-right:55px;
	padding-bottom:35px;
}

.text_slider_item_title{
	color: var(--second_color);
	font-size: 64px;
	font-weight: 500;
	line-height: 1;
	margin-bottom:46px;
	text-transform: uppercase; 
}

.text_slider_item_img{
	height:100%;
	display:flex;
	align-items:center;
}

.text_slider_row .slick-track .slick-slide{
	height: 100% !important;
}


@media (max-width: 990px) {
	.text_slider_box{
		padding:24px;
	}
	
	.text_slider_item_text {
	  padding-right: 0px;
	  padding-bottom: 24px;
	}
	
	.text_slider_item_title{
		font-size:30px;
		margin-bottom:24px;
	}
	
	.text_slider_item_img img{
		max-height:220px;
		max-width:100%;
		object-fit:cover;
	}
	
	.text_slider_item_img{
		width:100%;
		display:flex;
		justify-content:center;
	}
	
	.text_slider .slider-controls{
		margin:24px auto 0;
		justify-content:center;
	}
	
	.text_slider  ul.slick-dots li{
		margin:0 3px;
	}
	
	.text_slider  ul.slick-dots li:nth-child(n+12) {
		display:none;
	}
}