.slider-posts {
	transform: translateX(-30px);
	width: calc(100% + 30px);
	padding-bottom: 5.875rem;
}
.acf-block-preview .slider-posts {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.item-post {
	background: #fff;
	box-shadow: 0px 7.2px 14.4px 0px #00000033;
}
.acf-block-preview .item-post {
	width: calc(16.6666% - 13.3333px);
}
.item-post a {
	height: 100%;
}
.post_thumbnail {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0;
	padding-top: 75%;
	overflow: hidden;
}
.post_thumbnail img {
	position: absolute !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	-ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.item-post a:hover .post_thumbnail img {
	transform: scale(1.1);
}
.item-post-meta {
	justify-content: space-between;
	align-items: flex-end;
	padding-right: 60px;
	transform: translateY(-12px);
}
.post-cat {
	width: 47%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #003767;
}
.slick-slide:nth-child(2n+1) .post-cat {
	background-color: #FAA519;
}
.item-post-content {
	display: flex;
	flex-direction: column;
	padding: 20px 60px 35px 60px;
	text-align: center;
	height: 100%;
}
.acf-block-preview .item-post-content {
	padding: 20px 40px 35px 40px;
}
.item-post-content p {
	margin-bottom: 24px;
}
.item-post-content .read-more {
	margin-top: auto;
	padding-top: 24px;
	border-top: 1px solid #FAA519;
	text-align: right;
	font-size: 12.6px;
}
@media only screen and (max-width: 1675px) and (min-width: 1376px) {
	.slider-posts .slick-list { padding-right: 0 !important;}
	.acf-block-preview .item-post { width: calc(25% - 12px); }
}
@media only screen and (max-width: 1375px) and (min-width: 927px) {
	.slider-posts { padding-bottom: 64px;}
	.slider-posts .slick-list { padding: 0 33vw !important;}
	.acf-block-preview .item-post { width: calc(25% - 12px); }
}
@media only screen and (max-width: 926px) and (min-width: 551px) {
	.slider-posts .slick-list { padding: 0 55vw 0 0 !important;}
	.acf-block-preview .item-post { width: calc(33.3333% - 10.6666px); }
}
@media only screen and (max-width: 550px) {
	.slider-posts { transform: translateX(32px); width: calc(100% - 32px); padding-bottom: 0; }
	.slider-posts .slick-dots { margin-bottom: 24px;}
	.acf-block-preview .item-post { width: calc(50% - 8px); }
}
@media only screen and (max-width: 480px) {
	.slider-posts { transform: translateX(24px); width: calc(100% - 24px); }
}