/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.marketing>li:not(:last-child)
{
	margin-bottom: 10px;
	border-bottom:0.1px solid #f2f2f2;
	background:#fff;
	padding:10px;
	border-radius:4px;
}
.marketing>li
{
	margin-bottom: 10px;
	border-bottom:0.1px solid #f2f2f2;
	background:#fff;
	padding:10px;
	border-radius:4px;
}
.marketing>li,
.faq>li
{
	counter-increment: list;
}

.marketing>li:before,
.faq>li:before
{
	content:counter(list);
	right:100%;
	width:16px;
	height:16px;
	padding:2px;
	display:inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 13px;
	color:#fff;
	background: #df5160;
	border-radius:50%;
	margin-right:4px;
}
hr{
border-bottom:0.5px solid #ccc;
border-top:0px solid #f1f1f1;
}