.vc_summary li {
	font-size: inherit;
}


.vc_summary .vc_summary_title i {
	display: inline-block;
	margin-left: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	transition: .25s;
	transition: 0s;
	margin-bottom: 0;
	transition: transform .25s;
}

.vc_summary.open .vc_summary_title i {
	transform: rotate(-90deg);
	transform-origin: center;
}

.vc_summary .vc_summary_title {
	font-weight: 600;
}

.vc_summary ol {
	padding-left: 1em;
	margin-top: 18px;
	list-style: none;
	counter-reset: num;
}

.vc_summary ol li:before {
	content: counter(num) '. ';
	counter-increment: num;
}

.vc_summary ol ol li:before {
	content: counters(num, '.') ' ';
}