.news_slider{
	margin-top: 3em;
	position: relative;
	padding: 5px;
	padding-top:4em;
	box-sizing: border-box;
	margin-left:auto;
	margin-right:auto;
	background: #fff;
	padding-left:20px;
	padding-right:20px;
}

.news_slider .hp-border-bottom{
	top:80px;
}

.news_slider-img{
    border-radius: 20px;
    background-position:center;
    background-size:cover;
}

.news_slider-img div{
	background-size:contain;
	backdrop-filter:blur(10px);
	padding-top: 75%;
	background-repeat:no-repeat;
	background-position:center;
	border-radius: 20px;
}

.news_slider-posts{
	margin-top:30px;
	padding-left:25px;
	padding-right:25px;
}

.news_slider-posts .slick-prev{
	left:-15px;
}

.news_slider-posts .slick-next{
	right:-15px;
}

.news_slider .slick-dots{
	    bottom: -20px;
}

.news_slider-name{
	margin-top:30px;
}

.news_slider .slick-arrow{
	background: #92d36e;
	color: #fff;
	font-size:1rem;
	width: 30px;
	height: 45px;
	border-radius: 20px;
}

.news_slider .slick-arrow::before{
	content:"";
}

.news_slider .slick-arrow:hover{
	background: #79a522;
}

@media screen and (min-width: 576px) {

	.slider_new{
		display:flex !important;
	}
	
	.news_slider-name{
		margin-top:0px;
	}
	
	.news_slider-img{
		width:140px;
		height: max-content;
		margin-right:20px;
	}
	
	.news_slider-content{
		flex:1;
	}

}

@media screen and (min-width: 768px) {

	.news_slider-img{
		width:270px;
	}

}

@media screen and (min-width: 992px) {

	.news_slider-img{
		width:330px;
	}
	
	.news_slider .slick-arrow{
		width: 60px;
    	height: 40px;
	}
	
	.news_slider-posts{
		padding-left:75px;
		padding-right:75px;
	}

}

@media screen and (min-width: 1200px) {

	.news_slider .slick-arrow{
		font-size:1.6em;
		height: 50px;
		width: 90px;
		border-radius: 30px;
	}
	
	.news_slider-posts{
		padding-left:95px;
		padding-right:95px;
	}
	
}
