#blog-module-2020 .blog {
	margin: 0 auto;
}

#blog-module-2020 .content-header {
	font-size:3.125vw;
	color: #ffffff;
}

#blog-module-2020 .content-body {
	font-size: 1.3020833333333333vw;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: center;
}

#blog-module-2020 .content-footer {
	font-size: 1.2vw;
	color: #0F3D58;
}

#blog-module-2020 .box {
	width: 400px;
	height: auto;
	padding: 0 0 1%;
	background: #E4E8F0 0 0 no-repeat padding-box;
	box-shadow: 0 0 13px #00000033;
	border-radius: 4px;
	opacity: 1;
}

#blog-module-2020 .box .box-wrapper img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#blog-module-2020 .box .blog-headline {
	padding: 5% 5% 0;
	display: block;
	font-size: 24px;
	min-height: 105px;
	text-align: left;
	line-height: 1.2;
}

#blog-module-2020 .box .blog-headline .hvy {
	font-weight: 500;
}

#blog-module-2020 .box .description {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #131E29;
	padding: 5% 5%;
	text-align: left;
	height: 8.5vw;
}

#blog-module-2020 .button-wrapper {
	text-align: left;
	padding: 5% 0;
}

#blog-module-2020 .box .button-wrapper .read-blog-link {
	font-size: 18px;
	color: #F04F23;
	padding: 5% 5% 5%;
}

.new-blog-wrapper {
	padding: 2% 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.new-blog-wrapper .description-nav {
	width: 100%;
	align-items: center;
	height: 175px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.new-blog-wrapper #blog.blog-container {
	width: 100%;
	background: transparent;
	padding: 3% 5%;
}

.new-blog-wrapper .blog-prev-nav {
	font-size:3.2552083333333335vw;
    font-weight: bold;
	float: left;
	left: 0;
	width: 100px;
	align-items: center;
	display: flex;
	justify-content: center;
	z-index: 10;
	cursor: pointer;
	position: absolute;
}

.new-blog-wrapper .blog-next-nav {
	font-size:3.2552083333333335vw;
    font-weight: bold;
	float: right;
	right: 0;
	width: 100px;
	align-items: center;
	display: flex;
	justify-content: center;
	z-index: 1;
	cursor: pointer;
	position: absolute;
}

.new-blog-wrapper .blog-next-nav span {
	color: #F04F23;
}

.new-blog-wrapper .blog-prev-nav span {
	color: #F04F23;
}

#blog-feed .wrapper {
	display: flex;
	align-items: center;
	height: 667px;
}

.new-blog-wrapper .owl-carousel .owl-stage-outer {
	
}

.new-blog-wrapper .owl-carousel .owl-stage-outer .owl-stage {
	display: flex;
	align-items: center;
}

@media ( max-width : 1024px) {
	.new-blog-wrapper .blog-prev-nav {
		width: 50px;
		font-weight: 400;
	}
	.new-blog-wrapper .blog-next-nav {
		width: 50px;
		font-weight: 400;
	}
	#blog-module-2020 .box .description {
		height: 10vw;
	}
}

@media ( max-width : 768px) {
	#blog-module-2020 .content-header {
		font-size: 4.8vw;
	}
	#blog-module-2020 .content-body {
		font-size: 2.5vw;
	}
	#blog-module-2020 .content-footer {
		font-size: 2.20vw;
	}
	.new-blog-wrapper .blog-prev-nav, .new-blog-wrapper .blog-next-nav {
		display: none;
	}
	#blog-module-2020 .box {
		height: auto;
	}
	.new-blog-wrapper #blog.blog-container {
		padding: 3% 5%;
	}
	#blog-module-2020 .box .description {
		height: 14vw;
	}
	#blog-feed .wrapper {
		height: auto;
	}
}

@media ( max-width : 600px) {
	#blog-module-2020 .box .description {
		height: 30vw;
	}
	#blog-module-2020 .content-header {
		font-size: 7vw;
	}
	#blog-module-2020 .content-body {
		font-size: 3.7vw;
	}
	#blog-module-2020 .content-footer {
		font-size: 2.20vw;
	}
	.new-blog-wrapper .blog-prev-nav, .new-blog-wrapper .blog-next-nav {
		display: none;
	}
	#blog-module-2020 .box {
		width: 100%;
	}
	#blog-module-2020 .box .blog-headline {
		font-size: 5.5vw;
	}
	#blog-module-2020 .box .description {
		font-size: 4vw;
	}
	.new-blog-wrapper {
		padding: 2% 3%;
	}
}