@media screen and (min-width: 415px) {
	.animated-element-countries {
		opacity: 0;
		animation-delay: 250ms;
	}
	
	.animated-element-regions {
		opacity: 0;
		animation-delay: 250ms;
	}
	
	.animated-element-cities {
		opacity: 0;
		animation-delay: 250ms;
	}
	
	.animated-element-population {
		opacity: 0;
		animation-delay: 250ms;
	}
}

@media screen and (max-width: 414px) {
	h3 {
				font-size:12px;
	}
	
	.animated-element-countries {
		font-size:15px;
	}
	
	.animated-element-regions {
		font-size:15px;
		}
	
	.animated-element-cities {
		font-size:15px;
	}
	
	.animated-element-population {
		font-size:15px;
	}
}