.featured-pr-marquee {
	margin-bottom: 48px;
}

.featured-pr-marquee .img-cont {
	position: relative;
}

.featured-pr-marquee .slide {
	margin-bottom: 17px;
}

.featured-pr-marquee .main .slide {
	margin-bottom: 31px;
}

.featured-pr-marquee .slide .inner {
	position: relative;
}

.featured-pr-marquee .cols {
	padding: 0 15px;
}
.featured-pr-marquee .img-cont {
	margin-bottom: 12px;
}

.featured-pr-marquee .main-slide .img-cont {
	margin-bottom: 16px;
}

.featured-pr-marquee .category {
	margin-bottom: 6px;
}

.featured-pr-marquee .main-slide .category {
	margin-bottom: 7px;
}

.featured-pr-marquee .cols .img-cont img {
	border-radius: 4px;
}

.featured-pr-marquee .description {
	font-size: 17px;
	line-height: 1.48;
}
.featured-pr-marquee .cols .description {
	display: none;
}
.featured-pr-marquee .cols .slide:last-child {
	margin-bottom: 10px;
}

.featured-pr-marquee .img-cont img {
	display: block;
	width: 100%;
}
.featured-pr-marquee.main {
	margin-bottom: 32px;
}

.featured-pr-marquee h4,
.featured-pr-marquee h4 a {
	color: var(--grey-alt-2);
	font-size: 28px;
	font-family: var(--georgia);
	font-weight: normal;
	line-height: 1.25;
	pointer-events: all;
}

.featured-pr-marquee h4 a:hover {
	text-decoration: none;
	color: var(--grey-alt-2);
}

.featured-pr-marquee .main-slide :is(h4, h4 a) {
	font-size: 36px;
	line-height: 1.17;
}

.featured-pr-marquee .main-slide h4 {
	margin-bottom: 9px;
}


.featured-pr-marquee .content-section {
	z-index: 10;
	pointer-events: none;
}

.featured-pr-marquee .main-slide .content-section {
	padding: 0 15px;
}

.featured-pr-marquee .content-section .read-more:hover {
	opacity: .7;
}

.featured-pr-marquee .widget-view-all {
	flex-shrink: 0;
}

.featured-pr-marquee .view-all-section {
	display: flex;
	justify-content: end;
	padding-right: 69px;
	position: relative;
	align-items: center;
	gap: 8px;
}

.featured-pr-marquee .view-all-section:before {
	content: '';
	width: 100%;
	height: 1px; 
	background-color: var(--grey-alt-1);
	transform: translateY(2px);
}

@media (min-width: 40em) {
	.panel-two-col .featured-pr-marquee {
		margin-bottom: 0;
	}
	.featured-pr-marquee {
		padding-top: 70px;
	}
	.featured-pr-marquee .slide .inner.main-slide {
		display: grid;
		grid-template-columns: 1fr 1fr;
		place-items: center;
		margin-bottom: 44px
	}
	.featured-pr-marquee .cols {
		margin-bottom: 40px;
	}
	.featured-pr-marquee .img-cont {
		z-index: 1;
		width: 100%;
	}

	.featured-pr-marquee .main-slide .img-cont {
		margin-bottom: 0;
	}
	.featured-pr-marquee .main-slide .img-cont img {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	.featured-pr-marquee .slide .inner.main-slide:after {
		content: '';
		position: absolute;
		top: -50px;
		background-color: var(--grey-light);
		right: 0;
		width: calc(50% + 63px);
		height: calc(100% + 180px);

	}

	.featured-pr-marquee h4,
	.featured-pr-marquee h4 a {
		font-size: 18px;
	}
	.featured-pr-marquee .main-slide :is(h4, h4 a) {
		font-size: 28px;
	}
	.featured-pr-marquee .cols {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}

	.featured-pr-marquee .cols .category {
		margin-bottom: 7px;
	}

	.featured-pr-marquee .main-slide .category {
		margin-bottom: 12px;
	}
	
	.featured-pr-marquee .view-all-section {
		display: flex;
		justify-content: end;
		padding-right: 69px;
		position: relative;
		align-items: center;
		gap: 16px;
		margin-left: 15px;
	}
	.featured-pr-marquee .view-all-section .widget-view-all {
		flex-shrink: 0;
		margin-left: 0;
	}
	.featured-pr-marquee .view-all-section:before {
		content: '';
		width: 100%;
		height: 1px; 
		background-color: var(--grey-alt-1);
		transform: translateY(2px);
	}

	.featured-pr-marquee .cols .img-cont {
		margin-bottom: 16px;
	}
}

@media (min-width: 64em) {
	.featured-pr-marquee {
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 178px;
	}

	.featured-pr-marquee .slide .inner.main-slide {
		margin-bottom: 64px
	}

	.featured-pr-marquee .slide .inner.main-slide:after {
		height: calc(100% + 280px);
		top: -70px;

	}
	.featured-pr-marquee .cols {
		grid-template-columns: repeat(3, 1fr);
		padding: 0 51px;
		gap: 55px;
	}
	.featured-pr-marquee h4,
	.featured-pr-marquee h4 a {
		font-size: 32px;
		line-height: 1.22;
	}

	.featured-pr-marquee .main-slide :is(h4, h4 a) {
		font-size: 50px;
		margin-bottom: 31px;
	}

	.featured-pr-marquee .main-slide .content-section {
		display: flex;
		flex-direction: column;
		justify-content: center;
		max-width: 500px;
		padding: 0 0;
		transform: translateY(-4px);
	}

	.featured-pr-marquee .content-section p {
		font-size: 18px;
		line-height: 27px;
	}

	.featured-pr-marquee .view-all-section {
		display: flex;
		justify-content: end;
		padding-right: 54px;
		position: relative;
		align-items: center;
		gap: 16px;
		margin: 0 51px;
	}
}

@media (min-width: 90em) {
	.featured-pr-marquee .cols {
		max-width: 1346px;
		margin: 0 auto;
		margin-bottom: 40px;
		padding: 0 0;
		padding-right: 6px;
	}
	.featured-pr-marquee .view-all-section{
		max-width: 1338px;
	}
}