.navigation-header{
	text-align:center;
	margin-block-end:50px;
	margin-top:82px;
}
.prev-next-navigation{
	width:1126px;
	margin: 0 auto 85px auto;
	display:flex;
	column-gap:56px;
}


.text-wrapper{
	padding:20px 48px 15px 38px;
	display:flex;
	flex-direction:column;
}
.navigation-header span{
	color: var(--dark-text, #1C2A37);
	text-align: center;

	/* H2 */
	font-family: Matter;
	font-size: 45px;
	font-style: normal;
	font-weight: 300;
	line-height: 50px; /* 111.111% */
}
.navigation{
	display:flex;
	border :  1px solid rgba(120, 129, 136, 0.4);
}
.navigation .image-wrapper,.navigation .image-wrapper img{
	min-width: 178px;
	max-width: 178px;
	height: 100%;
	object-fit:cover;
}

.navigation .text-wrapper{
	width:358px;
}
.navigation .image-wrapper{
	overflow: hidden;
}
.navigation .image-wrapper 
	transition: transform 2.4s ease;
}
.body-container--blog-post .navigation:hover .image-wrapper img {
    transform: scale(1.2);
}
.navigation {
	text-decoration:none!important;
}

.navigation .label{
	display:block;
	color: var(--form-text, #788188);

	/* Descriptions */
	font-family: Matter;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 19px; /* 118.75% */
	text-decoration:none!important;
	padding-bottom: 20px;
}
.navigation .title{
	display:block;
	color: var(--dark-text, #1C2A37);

	/* Titles */
	font-family: Matter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px; /* 110% */
	text-decoration:none!important;
	padding-bottom: 10px;
}
.read-now{
	display:block;
	color: var(--dark-text, #1C2A37);

	/* Buttons */
	font-family: Matter;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px; /* 137.5% */
	text-decoration:none!important;
	margin-top:auto;
}
.read-now svg {
    margin-left: 6px;
}
.blog-post__body .splide__slide--caption, .blog-post__body .splide__slide--caption *{
	color: #788188;
}

@media(max-width:1196px){
	.prev-next-navigation{
		width:100%;
		padding-left:20px;
		padding-right:20px;		
		flex-direction:column;
		gap:30px;
	}
	.blog-post__body{
		padding-left:20px;
		padding-right:20px;
	}
	.navigation .image-wrapper {
		min-width:40%;
		max-width:40%;
	}
	.navigation .image-wrapper  img{
		min-width:100%;
		max-width:100%;
	}
	.navigation .text-wrapper{
	width:100%;
	}
	.navigation{
		flex-direction:column;
	}
	.navigation .image-wrapper{
		height:149px;
		min-width:100%;
		max-width:100%;
	}
	.navigation .text-wrapper{
		padding:21px 22px 24px 25px;
	}
	.navigation-header{
		color: var(--dark-text, #1C2A37);
		text-align: center;
		margin-top:0px;
		margin-bottom:27px;
		/* H2 - Mobile */
		font-family: Matter;
		font-size: 30px;
		font-style: normal;
		font-weight: 300;
		line-height: 33px; /* 110% */
	}
	.navigation-header span{
		font-family: Matter;
		font-size: 30px;
		font-style: normal;
		font-weight: 300;
		line-height: 33px; /* 110% */
	}
	.prev-next-navigation{
		margin-bottom:0px;
	}
}