/* Partnership Features block — ported from about-us mockup (.partnership-features). */

.wdm-partnership {
	display: flex;
	justify-content: flex-end;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 8px;
}

.wdm-partnership__content {
	padding: 48px 48px 120px 48px;
	max-width: 585px;
	background: linear-gradient(90deg, rgba(0, 77, 107, 0.8) 0%, rgba(4, 45, 70, 0.8) 100%);
	color: #fff;
	text-align: left;
	border-radius: 0 8px 8px 0;
}

.wdm-partnership__eyebrow {
	display: block;
	margin: 0 0 12px 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.wdm-partnership__title {
	margin: 0 0 12px 0;
	line-height: 44px;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}

.wdm-partnership__text {
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.wdm-partnership__list {
	display: flex;
	flex-direction: column;
	gap: 8px 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wdm-partnership__list li {
	position: relative;
	padding-left: 32px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.wdm-partnership__list li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: url('../images/icons/partnership-features-ul-li-icon.svg') left center no-repeat;
}

@media screen and (max-width: 1199px) {
	.wdm-partnership__content {
		padding: 32px;
		max-width: 50%;
	}

	.wdm-partnership__title {
		font-size: 26px;
	}
}

@media screen and (max-width: 768px) {
	.wdm-partnership__content {
		max-width: 70%;
	}
}

@media screen and (max-width: 575px) {
	.wdm-partnership__content {
		max-width: 100%;
		padding: 24px 16px;
		border-radius: 8px;
	}

	.wdm-partnership__title {
		margin-bottom: 12px;
		line-height: 34px;
	}
}
