@media screen and (min-width: 650px) {
	#firstPart{
		width:65%;
	}
	#hugeCont{
		display:flex;
		width:35%;
	}


}