.kd-latest-posts {
	padding: 130px 0 80px;
	overflow: visible !important;
}
.kd-latest-posts:before,
.kd-latest-posts:after {
	content: '';
	width: 279px;
	height: 410px;
	position: absolute;
}
.kd-latest-posts:before {
	top: -97px;
	right: 0;
	background: url(/wp-content/uploads/2022/06/bg-hexagon-top.svg) no-repeat center;
	background: url(/wp-content/uploads/2022/07/bg-hexagon-top.svg) no-repeat center;
	background-size: cover;
}
.kd-latest-posts:after {
	bottom: 100px;
	left: 0;
	background: url(/wp-content/uploads/2022/06/bg-hexagon-bot.svg) no-repeat center;
	background: url(/wp-content/uploads/2022/07/bg-hexagon-bot.svg) no-repeat center;
	background-size: cover;
}
.kd-latest-posts__content {
	text-align: center;
}
.kd-latest-posts__content h2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2223;
	letter-spacing: -0.03em;
	color: #0A4973;
	margin: 0 0 10px;
}
.kd-latest-posts__content h3 {
	font-weight: 600;
	font-size: 45px;
	line-height: 1.2445;
	text-align: center;
	letter-spacing: -0.05em;
	color: #252829;
}
.kd-latest-posts__main {
	margin: 0 -15px;
}
.kd-latest-posts__inner,
.kd-latest-posts__main-inner {
	display: flex;
	flex-flow: row wrap;
}
.kd-latest-posts__item {
	flex: 0 1 33.3333%;
	margin-bottom: 20px;
}
.kd-latest-posts__item-wrap {
    margin: 0 15px;
    background-color: #fff;
    height: 100%;
    position: relative;
    z-index: 1;
    display: block;
    transition: transform .3s ease;
}
.kd-latest-posts__item-wrap:hover {
    transform: scale(1.05);
}
.kd-latest-posts__item figure {
	display: block;
    width: 100%;
    height: 210px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 17px;
}
.kd-latest-posts__item time {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.7778;
	letter-spacing: -0.05em;
	color: #0A4973;
	margin-bottom: 17px;
	display: inline-block;
}
.kd-latest-posts__item h3 {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2728;
	letter-spacing: -0.05em;
	color: #252829;
}
.kd-admin .kd-container {
	max-width: 1330px;
	margin: auto;
	width: 100%;
}
.kd-admin .kd-button.wp-block-button__link {
    border-radius: 3px;
    padding: 32px 28px 29px;
}
@media (max-width: 1024px) {
	.kd-latest-posts__content h3 {
	    font-size: 36px;
	}
}
@media (max-width: 767px) {
	.kd-latest-posts__item {
	    flex: 0 1 100%;
	    margin-bottom: 30px;
	}
	.kd-latest-posts:before,
	.kd-latest-posts:after {
		display: none;
	}
}