p , li
{
	//text-align: justify;
}
.custom_ul li
{
  font-size: 15px;
  color: white;
  line-height: 1.5em;
  list-style-type: square;
  list-style-position: inside;
text-align: left;
}
.custom_ul
{
	margin-top: 5px;
}
@media only screen and (max-width: 479px) {.custom_ul li {text-align: center;}}
.slid-title
{
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
}
.slid-desc
{
	text-align: justify;
	margin-top: 5px;
}