body{
	background-color	:	#000;
}

nav{
	background-color	:	#000;
}

#footer{
	background-color	:	#000;
}

#health > #statement{
	background-color	:	#e9e5da;
    padding				:	184px 0px 172px 0px;
}

#health > #statement > #img{
    text-align			:	center;
}

#health > #statement > #img > picture > img{
    text-align			:	center;
    width				:	1458px;
}

#health > #pig{
	background-color	:	#ff215b;
    padding				:	184px 0px 184px 0px;
}

#health > #pig > #img{
    text-align			:	center;
}

#health > #pig > #img > picture > img{
    text-align			:	center;
    width				:	1458px;
}

#health > #test{
	background-color	:	#e9e5da;
    padding				:	184px 0px 184px 0px;
}

#health > #test > #img{
    text-align			:	center;
}

#health > #test > #img > picture > img{
    text-align			:	center;
    width				:	1458px;
}




@media (max-width : 767px){
	#health > #statement{
		padding				:	51px 0px 0px 0px;
	}
	
	#health > #statement > #img > picture > img{
		width				:	100%;
	}
		
	#health > #pig > #img > picture > img{
		width				:	100%;
	}
	
	#health > #pig{
	    padding				:	0px 0px 0px 0px;
	}
	
	#health > #test > #img > picture > img{
		width				:	100%;
	}
	
	#health > #test{
	    padding				:	0px 0px 0px 0px;
	}
}

@media (min-width : 768px) and (max-width : 1535px){
	
	#health > #statement{
		padding				:	124px 0px 56px 0px;
	}
	
	#health > #statement > #img > picture > img{
		width				:	768px;
	}

	#health > #pig{
		padding				:	56px 0px 56px 0px;
	}
	
	#health > #pig > #img > picture > img{
		width				:	768px;
	}
	
	#health > #test{
		padding				:	56px 0px 107px 0px;
	}
	
	#health > #test > #img > picture > img{
		width				:	768px;
	}
}