.banner { z-index: 10; position: sticky; top: 0px; }

#feature-wrapper.fh2 { padding-top: 0px; } /* removes the padding for the global nav*/
.sub-feature-platform {
    background-image: linear-gradient(90deg, #438b85, #1c8d85 0%, #438b85 50%, #95338c 50%, #95338c);
    text-align: center;
    margin-top: 0px;
	margin-top: 60px;
}

.sub-feature-platform .section-bg-full {
	background-image: url(/home/sub-features/2024/semantic-search/images/banner-connected-lines.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1720px 100%;
}
  
.sub-feature-platform .section.tall {
	text-align: center;
	padding: 16px 10px;
}

.sub-feature-platform a, .sub-feature-platform p {
	color: #ffffff;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
}

.sub-feature-platform span {
	color: #ffffff;
	font-weight: 400;
	white-space:nowrap;
}

.sub-feature-platform a:after {
	color: #ffffff;
	font-weight: 400;
}

@media only screen and (max-width: 1068px) {
	.sub-feature-platform{
    text-align: center;
    margin-top: 48px;
  }

	.sub-feature-platform .section.tall {
		/* padding: 2%; */
		/* text-align: center; */
	}
	
	.sub-feature-platform a, .sub-feature-platform p {
		font-size: 18px;
		display: block;
	}
}
