/* Awards slider: full-width <img> + caption overlay (no bg on caption) */
.about-us-page .about-awards-tab .about-awards-feature-slider {
	background: transparent !important;
}

.about-us-page .about-awards-tab .about-awards-feature-slider .slick-list,
.about-us-page .about-awards-tab .about-awards-feature-slider .slick-track {
	display: flex !important;
}

.about-us-page .about-awards-tab .about-awards-feature-slider .slick-slide {
	height: auto !important;
}

.about-us-page .about-awards-tab .about-awards-feature-slider .slick-slide > div {
	height: 100% !important;
}

.about-us-page .about-awards-tab .about-awards-feature-slide {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 3 / 1;
	min-height: 220px;
	overflow: hidden;
}

.about-us-page .about-awards-tab .about-awards-feature-slide__img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 767.98px) {
	.about-us-page .about-awards-tab .about-awards-feature-slide {
		aspect-ratio: 16 / 11;
		min-height: 200px;
	}
}

.about-us-page .about-awards-tab .about-awards-feature-slide__caption {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: min(52%, 520px);
	max-width: 100%;
	padding: 28px 32px;
	background: none !important;
	background-image: none !important;
	box-sizing: border-box;
	transform: translateY(-50%);
	pointer-events: none;
}

.about-us-page .about-awards-tab .about-awards-feature-slide__title {
	margin: 0 0 12px;
	font-size: clamp(1.15rem, 2.4vw, 1.65rem);
	font-weight: 900;
	line-height: 1.35;
	color: #fff;
}

.about-us-page .about-awards-tab .about-awards-feature-slide__caption p {
	margin: 0;
	max-width: 420px;
	color: rgba(255, 255, 255, 0.95);
	font-size: clamp(0.94rem, 1.65vw, 1.06rem);
	font-weight: 500;
	line-height: 1.55;
}

@media (max-width: 767.98px) {
	.about-us-page .about-awards-tab .about-awards-feature-slide__caption {
		top: auto;
		bottom: 0;
		width: 100%;
		padding: 24px 20px 56px;
		transform: none;
	}
}
