.solutions-box-background{
	position:sticky;
	/* top:30%; */
	border-radius: 15px;
	background: #FCF5AF;
	border-color: #FCF5AF;
	max-width: 100%;
	height:180px;
	z-index: 1;
}
.solution-box{
	position:relative;
	margin-bottom:6rem;
	z-index: 2;
	color: rgba(30, 30, 30, 0.50);
}