.nl-blog-area {
	background-color: #000;
	padding: 11.5rem 0;
}
.nl-blog-items-row {
	margin-top: 10rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}
.nl-blog-item {
	background-color: #222;
	border-radius: 1rem;
	overflow: hidden;
}
.nl-blog-item-img {
	height: 13.8rem;
	display: flex;
}
.nl-blog-item-img a {
	display: flex;
}
.nl-blog-item-img a img {
	object-fit: cover;
}
.nl-blog-item-content {
	padding: 2rem;
	position: relative;
}
.nl-blog-item-content {
	padding: 2rem;
	position: relative;
	min-height: 22.6rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.nl-blog-btn {
	font-size: 1.2rem;
	line-height: normal;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 1.2rem;
}
.nl-blog-item-title a {
	font-size: 1.6rem;
	line-height: normal;
	display: flex;
	font-weight: 400;
	color: #fff;
}
.nl-blog-cbg, .nl-blog-cta-cbg {
	width: max-content;
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
}
.nl-blog-item, .nl-bi-cta {
	width: calc(20% - 1.2rem);
	position: relative;
	background-color: #222;
	border-radius: 1rem;
	overflow: hidden;
}
.nl-bi-cta h2 {
	font-size: 3.6rem;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	width: 14rem;
	max-width: 100%;
}
.nlbl-logo {
	width: 21.3rem;
	display: flex;
	max-width: 100%;
	margin-top: 1.4rem;
}
.nlbl-cta-btn {
	margin-top: 14rem;
	display: flex;
	background-color: #78C370;
	width: max-content;
	padding: 1.4rem 2.5rem;
	border-radius: .8rem;
	font-size: 1.4rem;
	line-height: normal;
	font-weight: 600;
	color: #fff;
	align-items: center;
	text-transform: uppercase;
	gap: 1.2rem;
	position: relative;
	z-index: 1;
}
.nlbl-cta-btn:hover {
	color: #fff;
}
.nl-bi-cta {
	padding: 4.1rem 2rem 2rem;
}
@media only screen and (max-width: 1050px) {
	.nl-blog-items-row {
		margin-top: 31px;
		flex-direction: column;
	}
	.nl-blog-area {
		padding-top: 95px;
		padding-bottom: 80px;
	}
	.nl-blog-item, .nl-bi-cta {
		width: 358px;
		border-radius: 4px;
		max-width: 100%;
	}
}