@media not all and (min-width:48rem){
.idea {
	&>div:nth-child(n+3) {
		&:after {
			display:none
		}
	}
	
}

}