.team--section {
	background: #fff;
}

@media (min-width: 992px) {
	.team--section.watermark-mod {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40.04' height='50' viewBox='0 0 40.04 50'%3E%3Cpath d='M40.04,0H8.54v44.4l12.52-8.73h18.98V0ZM35.64,31.64h-16.26l-6.43,4.52V4.03h22.69v27.61h0ZM4.41,46.92V0H0v50l4.41-3.08Z' style='fill: %23f5fafd;'/%3E%3C/svg%3E");
		background-size: 520px auto;
		background-position: calc(50% + 230px) 90px;
		background-repeat: no-repeat;
	}
}

.team--container {
	padding: 60px 30px 60px;
}

@media (min-width: 992px) {
	.team--container {
		padding: 120px 30px 60px;
	}	
}

.team--title {
	color: var(--theme-lt-blue);
}

.team--copy {
	margin-bottom: 90px;
	max-width: 520px;
}

.team--subtitle {
	margin-bottom: 50px;
}

.team--image {
	width: 270px;
	height: 270px;
	max-width: 100%;
	margin-bottom: 30px;
}

.team--name {
	color: var(--theme-dk-blue);
	margin-bottom: 6px;
}

.team--position {
	color: var(--theme-dk-blue);
	margin-bottom: 30px;
}

.team--content {
	max-width: 520px;
}

.team--col {
	margin-bottom: 50px;
}