.smallimg {display:inline-block !important;margin-left:5px;margin-right:5px;}
.smallimg img {width:155px !important;height:155px !important}

.text img {
width: 100%;
max-width: 1020px;
height: auto;
}

.seo-headline p, .seo-footer p {
  font-size: 15pt;
}

.text ul {
	margin: 0;
	padding: 24px;
	list-style: none;
	text-indent: none;
	margin-left:-10px;
}
.text ul li {
	list-style-position:outside;
	background-color:#000000;
	border-radius: 7px;
	margin:2px;
	font-size: 13pt !important;
	font-family: 'Nunito', sans-serif;
	font-weight:normal;
	color: #cea4f7;
	line-height: 26px;
	padding: 1px 4px 7px 5px;
	width: auto;
	list-style: none;
}
.text ul li::before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url('https://vxwlcss.s3.us-west-004.backblazeb2.com/flame.svg');
	background-repeat: no-repeat;
	background-size: 26px 26px;
	margin: 0 10px 0 0;
}