/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 01 2025 | 10:48:31 */
.experience-details strong {
	font-weight: 500;
}

/* Lists */
.list-included ul, .list-notincluded ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-included ul li, .list-notincluded ul li {
	position: relative;
	padding-left: 1.5em;
}

.list-included ul li::before, .list-notincluded ul li::before {
	font-family: 'Pixelwise-Line-Icons' !important;
	position: absolute;
	left: 0;
	top: 0.1em;
	display: inline-block;
	font-size: 1em;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
}

.list-included ul li::before {
	content: "\eae8";
}

.list-notincluded ul li::before {
	content: "\eb87";
}
