.hero_blog{
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 1000px;
	margin-bottom: 80px;
}
.hero-img{
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	background-color: #404040;
}
.hero-img img{
	width: 100%;
	height: auto;
	opacity: .7;
}
.hero_content{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 9;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	flex-direction: column;
	height: 70vh;
}
.hero_content a.hero-title{
	color: white;
	font-weight: 900;
	text-decoration: none;
	padding-left: 10%;
	padding-right: 10%;
}
.hero_content .hero-title h1{
	font-size: 65px;
	text-align: center;
}
.hero_content a.category{
	background-color: #ff7913;
	padding: 10px 20px;
	border-radius: 10px;
	text-decoration: none;
	color: white;
}

.hero-entries{
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
	right: 0px;
	padding: 30px 50px;
}
.line-heat{
	border-top: 1px solid white;
	padding-top: 20px;
	margin-left: 5px !important;
	margin-right: 5px !important;
}
.hero-entries .entries-img{
	position: relative;
	overflow: hidden;
	height: 130px;
	border-radius: 20px;
	background-color: black;
}
.hero-entries .entries-img img{opacity: .8;}
.hero-entries .entrie-title{
	color: white;
	text-decoration: none;
}
.hero-entries .entrie-title h1{font-size: 20px;}
.hero-entries p{color: white;}

@media (max-width: 767.98px ){
	.hero-entries{
		display: none;
	}
	.hero-img img{
		width: auto;
		height: 100%;
	}
	.hero_content .hero-title h1{
		font-size: 35px;
		text-align: center;
	}
}
@media (min-width: 768px) and (max-width: 991.98px ){
	.hero-entries{
		display: none;
	}
	.hero-img img{
		width: auto;
		height: 100%;
	}
	.hero_content .hero-title h1{
		font-size: 45px;
		text-align: center;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px){
	.hero-img img{
		width: auto;
		height: 100%;
	}
	.hero-entries p{display: none;}
	.hero_content{
		height: 70vh;
	}
}
@media (min-width: 1200px) and (max-width: 1399.98px){
	.hero-img img{
		width: auto;
		height: 100%;
	}
	.hero-entries p{display: none;}
	.hero_content{
		height: 70vh;
	}
}
@media (min-width: 1400px) and (max-width: 1796.4706px){
	.hero-img img{
		width: auto;
		height: 100%;
	}
	.hero_content{
		height: 70vh;
	}
	.hero-entries p{display: none;}
}