/*
	Author:  	Chris Brickner
	Contact: 	cbrickner@pragmassist.com
	Website: 	https://www.pragmassist.com
	
	Version: 	1.0
	Copyright: 	(c) - 2020 pragmassist.com
	
	Icons from PixelMixer - http://pixel-mixer.com/basic_set/
*/

.words {
	width: 75%;
	padding: 0;
}
table {
	margin: 0 auto;
}
ul {
	margin: 0;
}
@media screen and (max-width: 799px) {
	.image-container {
		height: 175px;
	}
	td ul li {
		font-size: 15px;
	}
}
@media screen and (min-width: 800px) {
	.image-container {
		height: 200px;
	}
	td ul li {
		font-size: 16px;
	}
}
@media screen and (min-width: 1000px) {
	.image-container {
		height: 225px;
	}
	td ul li {
		font-size: 18px;
	}
}
@media screen and (min-width: 1200px) {
	.image-container {
		height: 250px;
	}
	td ul li {
		font-size: 20px;
	}
}
