.w-kp-inner {
	display: flex;
	flex-wrap: nowrap;
}
.w-kp-left {
	flex: 0 0 35%;
	max-width: 35%;
}
.w-kp-right {
	flex: 0 0 65%;
	max-width: 65%;
}
/* .w-kp-left-heading-wrapper h2 {
	font-family: Playfair Display;
	font-size: 48px;
	font-weight: 700;
	line-height: 58px;
	text-decoration: normal;
	letter-spacing: 1px;
} */
.w-kp-left-controller-wrapper .swiper-button-next {
	left: 80px;
}
.w-kp-left-controller-wrapper .swiper-button-next, .w-kp-left-controller-wrapper .swiper-button-prev {
	top: 30%;
	height: 24px;
	width: 24px;
	padding: 12px;
	z-index: 3;
}
.w-kp-left-controller-wrapper .swiper-button-prev {
	width: 40px;
	height: 40px;
	background-image: url(../img/left-arrow.svg);
	background-color: #B0B0B0;
	border-radius: 50%;
	background-size: 24px;
}
.w-kp-left-controller-wrapper .swiper-button-prev:hover {
	background-color: #77180B;
}
.w-kp-left-controller-wrapper .swiper-button-next {
	width: 40px;
    height: 40px;
    background-image: url(../img/right-arrow.svg);
    background-color: #B0B0B0;
    border-radius: 50%;
	background-size: 24px;
}
.w-kp-left-controller-wrapper .swiper-button-next:hover {
	background-color: #77180B;
}
.w-kp-pit-inner {
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 400px;
}
.w-kp-pit-inner img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.w-kp-pi-thumbnail-wrapper {
	margin-bottom: 10px;
}
.w-kp-pi-title-wrapper h4 {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
@media ( max-width: 1025px ) {
	.w-kp-left-controller-wrapper .swiper-button-next, .w-kp-left-controller-wrapper .swiper-button-prev {
		top: 50%;
	}
	.w-kp-pit-inner {
		position: relative;
		height: 0;
		width: 100%;
		padding-top: 250px;
	}
	.w-kp-left {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.w-kp-right {
		flex: 0 0 70%;
		max-width: 70%;
	}
}
@media ( max-width: 767px ) {
	.w-kp-left, .w-kp-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.w-kp-inner {
		flex-wrap: wrap;
	}
	.w-kp-left-controller-wrapper .swiper-button-next {
		right: 10px;
		left: unset;
	}
	.w-kp-left-controller-wrapper .swiper-button-next, .w-kp-left-controller-wrapper .swiper-button-prev {
		top: 50%;
	}
	.w-kp-left-heading-wrapper {
		margin-bottom: 16px;
		text-align: center;
	}
}