.tem_slider {
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
}

.tem_slider .slick-track {
	display: flex;
}

.tem_item_wrap {
	padding: 30px;
}

.tem_item {
	display: flex;
	flex-wrap: wrap; 
	border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 28%);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
	height: 100%;
}

.tem_item * {
	color:white;
}

.tem_item p {
	margin: 10px 0;
}

.tem_item .little_semi_bold_title {
	margin-bottom: 10px;
}

.tem_item.tem_item_w_img .tem_img {
	width: 350px;
    padding: 0px;
	background-color: white;
	display: flex;
	align-items: center;
	position: relative;
}

.tem_item.tem_item_w_img .tem_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.tem_item.tem_item_w_img .tem_content {
	width: calc(100% - 350px);
}

.tem_item .tem_content {
	width: 100%;
	background-color: #D6315F;
	padding: 30px 50px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.tem_item .content_wrap {
	max-height: 200px;
	overflow: auto;
	padding-right: 30px;
	scrollbar-width: thin;
  	scrollbar-color: #FFF #ffffff70;
}

.tem_item .content_wrap::-webkit-scrollbar {
  width: 7px; 
}

.tem_item .content_wrap::-webkit-scrollbar-track {
	background-color: #ffffff70;
	border-radius: 20px; 
}

.tem_item .content_wrap::-webkit-scrollbar-thumb {
  background-color: white; 
  border-radius: 20px; 
}

.tem_slider .slick-dots {
	bottom: 0;
}

.tem_slider .slick-dots li {
	margin: 0 8px;
}

.tem_slider .slick-dots li button::before {
	display: none;
}

.tem_slider .slick-dots li button {
	border: 1px solid #262626;
    border-radius: 50px;
    width: 15px;
    height: 15px;
}

.tem_slider .slick-dots .slick-active button {
	background-color: #262626;
}

@media screen and (max-width: 991px) {
	
	/*.tem_item.tem_item_w_img .tem_img {
		width: 230px;
	}
	
	.tem_item.tem_item_w_img .tem_content {
		width: calc(100% - 230px);
	}*/
	
}

@media screen and (max-width: 991px) {
	
	.tem_item.tem_item_w_img {
		flex-direction: column;
	}
	
	.tem_item.tem_item_w_img .tem_img {
		width: 100%;
		padding: 20px;
		display: flex;
    	justify-content: center;
		padding-bottom: 56%;
	}
	
	.tem_item.tem_item_w_img .tem_content {
		width: 100%;
		flex: 1;
	}
	
	.tem_item .content_wrap {
		max-height: 400px;
		padding-right: 15px;
	}
	
}

@media screen and (max-width: 480px) {
	
	.tem_item_wrap {
		padding: 20px;
	}
	
	.tem_item .tem_content {
		padding: 30px 30px;
	}
	
}








