.parent-container { 
	display: flex; 
	align-items: center; /* vertical centering */ 
	justify-content: flex-start; /* left-aligned horizontally */ 
	box-sizing: border-box; 
	position: relative;
}

.sticky-text-container { position: relative; z-index: 20; overflow: hidden; }

.rotating-title { color: #FFF5E8; font-weight: 800; font-size: 35px; line-height: 40px; text-align: left; } 

.title-pink-rotating { color: #F6BA9B; font-weight: 800; } 

.scroll-section { height: 5px; position: relative; } 