.endorsed-candidates-section {
	padding: 82px 0 164px 0;
}
.endorsed-candidates-image-wrap {
	padding-top: 98%;
	background-color: var(--color-secondary);
}
.endorsed-candidates-slide {
	margin: 0 22px;
	height: inherit !important;
}
.endorsed-candidates-slide-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.endorsed-candidates-slider .slick-list {
	margin: 0 -22px;
}
.endorsed-candidates-wrap {
	margin: 74px 0 0 0;
}
.endorsed-candidates-sec-btn-wrap {
	margin: 56px 0 0 0;
}
.endorsed-candidates-sec-title {
	margin: 0 0 29px 0;
}
.endorsed-candidates-sec-content {
	max-width: 1159px;
	width: 100%;
}
.endorsed-candidates-slider .slick-arrow {
	top: 26%;
}
.endorsed-candidates-image-wrap img {
	object-position: top;
}
.endorsed-candidates-name {
	font-size: 20px;
	font-size: var(--font-size-30);
	margin-bottom: 28px;
	font-weight: var(--fw-700);
	font-family: var(--font-family-body);
}
.endorsed-candidates-short-content-wrap {
	padding: 40px 40px 40px 40px;
	padding: 40px 15px 40px 15px;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.endorsed-candidates-short-content {
	flex-grow: 1;
}
.endorsed-candidates-read-more-wrap {
	margin: 50px 0 0 0;
}
.past-endorsements-list li::before {
	all: unset;
}
.past-endorsements-list li {
	padding: 0;
	color: var(--color-primary);
	font-weight: var(--fw-700);
	max-width: 20%;
	width: 100%;
}
.past-endorsements-list {
	gap: 6px 63px;
	max-width: 1250px;
}
.past-endorsements {
	padding: 47px 0 0 0;
}
.past-endorsements-title {
	margin: 0 0 68px 0;
}

/*-------------------------------------------*/

@media screen and (max-width:1800px) {
	.endorsed-candidates-section {
		padding: 70px 0 140px 0;
	}
		.endorsed-candidates-read-more-wrap ,.endorsed-candidates-sec-btn-wrap {
		margin: 50px 0 0 0;
	}
	.past-endorsements-title {
		margin: 0 0 52px 0;
	}
}
@media screen and (max-width:1600px) {
	.endorsed-candidates-section {
		padding: 70px 0 100px 0;
	}
	.endorsed-candidates-slide {
		margin: 0 18px;
	}
	.endorsed-candidates-slider .slick-list {
		margin: 0 -18px;
	}
	.endorsed-candidates-name {
		margin-bottom: 22px;
	}
	.endorsed-candidates-read-more-wrap {
		margin: 40px 0 0 0;
	}
	.past-endorsements-title {
		margin: 0 0 45px 0;
	}
}
@media screen and (max-width:1440px) {
	.endorsed-candidates-sec-btn-wrap {
		margin: 40px 0 0 0;
	}
	.endorsed-candidates-slide {
		margin: 0 15px;
	}
	.endorsed-candidates-slider .slick-list {
		margin: 0 -15px;
	}
	.endorsed-candidates-slider .slick-list {
		margin: 0 -15px;
	}
	.past-endorsements-list {
		gap: 3px 50px;
	}
}

@media screen and (max-width:1360px) {
	.endorsed-candidates-section {
		padding: 60px 0 80px 0;
	}
	.past-endorsements-title {
		margin: 0 0 35px 0;
	}
}
@media screen and (max-width:1200px) {
	.endorsed-candidates-slider .slick-list {
		margin: 0 -10px;
	}
	.endorsed-candidates-slide {
		margin: 0 10px;
	}
	.endorsed-candidates-short-content-wrap {
		padding: 30px 15px;
	}
	.endorsed-candidates-read-more-wrap {
		margin: 30px 0 0 0;
	}
}
@media screen and (max-width:1024px) {
	.endorsed-candidates-wrap {
		margin: 60px 0 0 0;
		padding: 0 15px;
	}
}
@media screen and (max-width:991px) {
	.endorsed-candidates-section {
		padding: 50px 0 60px 0;
	}
	.past-endorsements-list li {
		max-width: 29%;
	}
}
@media screen and (max-width:768px) {
	.endorsed-candidates-name {
		margin-bottom: 18px;
	}
	.endorsed-candidates-slider .slick-list {
		margin: 0 -7px;
	}
	.endorsed-candidates-slide {
		margin: 0 7px;
	}
	.endorsed-candidates-wrap {
		margin: 60px 0 0 0;
	}
	.past-endorsements-list {
		gap: 3px 20px;
	}
	.past-endorsements-list li {
		max-width: 31%;
	}
}

@media screen and (max-width:640px) {
	.endorsed-candidates-section {
		padding: 40px 0 50px 0;
	}
	.endorsed-candidates-wrap {
		padding: 0 30px;
	}
	.hero-section {
		padding: 50px 0 40px 0;
	}
	.past-endorsements-list {
		gap: 3px 20px;
	}
	.past-endorsements {
		padding: 30px 0 0 0;
	}
	.endorsed-candidates-short-content-wrap {
		padding: 30px 0px 10px 0px;
	}
	.past-endorsements-list li {
		max-width: 47%;
	}
}

@media screen and (max-width:480px) {
	.endorsed-candidates-wrap {
		padding: 0 20px;
	}
	.past-endorsements-title {
		margin: 0 0 30px 0;
		text-align: center;
	}
	.past-endorsements-list {
		justify-content: center;
	}
	.endorsed-candidates-slider .slick-arrow {
		top: 24%;
	}
	.past-endorsements-list li {
		max-width: 100%;
		text-align: center;
		margin-bottom: 6px;
	}
	.past-endorsements-list li:last-child {
		margin-bottom: 0;
	}
}