@media screen and ( max-width: 1605px ) {
	#Content {
		width: 90%;
	}
}
@media screen and ( max-width: 1275px ) {
	#Content {
		width: 100%;
	}
}
@media screen and ( max-width: 830px ) {
	#sliderPicture {
		display: none;
	}
}
@media screen and ( max-width: 757px ) {
	.data {
		font-size: 20px;
	}
	.text_data {
		flex-direction: column-reverse;	
	}
	.text {
		margin:0;
		font-size: 22px;
	}
	.data {
		margin-bottom: 5px;
	}
	#title {
		font-size: 22px ;
	}
	.numbers {
		left: 82%;
		top:1%;
	}
	.numTwo {
		top: 100%;
	}

}
@media screen and ( max-width: 450px ) {

	.AllList {
	width: 300px;
	height: auto;
	}
}