@media screen and (max-width: 425px) {
	#text p:first-child {
		display: none;
	}
	#text p:nth-child(3) {
		display: none;
	}
}



