.small_heading{
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
	border: 1px solid black;
	color: #393939;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}
.small_content{
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 400;
	background: #fff;
	border: 1px solid black;
	margin-bottom: 0;
	text-align: left;
	line-height: 28px;
	cursor: default;
}
.underline{
	text-decoration: underline;
}
ul{
    list-style-position: outside;
}