
.home__fade-txt-section .fade-txt,
.platform__fade-txt-section .fade-txt{
	display: grid;
}

.home__fade-txt-section .fade-txt__item,
.platform__fade-txt-section .fade-txt__item{
	grid-row: 1;
    grid-column: 1;
	background-color: #f9f9fc;
} 

.home__fade-txt-section .fade-txt__item:first-child,
.platform__fade-txt-section .fade-txt__item:first-child{
	z-index: 1 !important;
}


@media (max-width:767px){
	.home__fade-txt-section .fade-txt,
	.platform__fade-txt-section .fade-txt{
		display: none;
	}
}