.news_container{
	width: 80%;
	padding-top: 140px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	height: auto;
}
.news-card{
	width: 25%;
	height: 60vh;
	padding: 20px;	
	overflow: hidden;
}
.news-card img{
	width: 100%;
	height: 60%;
	object-fit: cover;	
}

.news-card h2{
	font-size: 18px;
	line-height: 23px;
	padding: 10px 0;
}
.news-card p{
	font-size: 14px;
	line-height: 18px;
}

.news-card.new{
	width: 50%;
	height: 80vh;
}
.news-card.new h2{
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
}
.news-card.new p{
	font-size: 18px;
	line-height: 23px;
}

.news-card.new img{
	width: 100%;
	height: 70%;
	object-fit: cover;	
}

.one_news{
	width: 90%;
	margin: 0 auto;
}
.one_text{
	width: 50%;
	margin: 0 auto;
	padding-top: 140px;
}
.data{
	margin: 20px 0;
	font-family: Cera Pro;
	font-style: normal;
	font-size: 18px;
	line-height: 23px;
}

.one_news .news_title{
	margin: 40px 0;
	font-family: Cera Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 45px;
	text-transform: uppercase;
}
.one_news p{
	margin: 40px 0;
	font-family: Cera Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 160%;
}

.one_news img{
	width: 100%;
	height: auto;
}

.allnews{
	
}

@media (max-width: 479px) {
	.news_container{
		width: 95%;
		padding-top: 100px;
	}
	.news-card.new, .news-card{
		width: 100%;
		height: calc(50vh - 60px);
   		padding: 10px;
		margin-bottom: 10px;
	}
	.news-card.new img{
	    height: 60%;
	}

	.news-card.new h2, .news-card h2{
		font-size: 18px;
		line-height: 23px;
	}
	.news-card.new p, .news-card p{
		font-size: 14px;
		line-height: 17px;
	}
	.footer_top{
	    height: 78%;
	    padding-top: 10px;
	}
	.section_container{
	}
	.socialshare {
	    right: 10px;
	    top: 145px;
	}
	.one-news{
		width: 95%;
	}
	.one_text{
	    width: 100%;
	    padding-top: 150px;
	}
	.data{
	    margin: 10px 0;
	    font-size: 14px;
	}
	.one_news .news_title{
	    margin: 10px 0;
	    font-size: 20px;
	    line-height: 30px;
	}
	.one_news p{
		margin: 20px 0;
		line-height: 20px;
	}
}
@media (min-width: 480px) and (max-width: 769px) {
	.news-card{
	    width: 33.3%;
	    padding: 20px 10px;
	}
	.news-card h2{
	    font-size: 22px;
	    line-height: 22px;
	}
	.news-card p{
	    font-size: 14px;
	    line-height: 18px;
	}
	.one_text {
	    width: 80%;
	}
	.news_container{
		height: max-content;
	}
	
}
@media (min-width: 770px) and (max-width: 1024px) {
	
}
@media (min-width: 1441px){
	
}

@media (max-width: 479px) {
	.news-card.new, .news-card{
		height: auto;
	}
	.news-card.new p, .news-card p{
		height: auto;
	}
	.news-card.new img, .news-card img {
	    height: 30vh;
	}
}