/* About page v2 intro (?v2=1) */

body.chipright-v2 section.company .about-intro-v2 p {
	margin-bottom: 24px;
}

body.chipright-v2 section.company .about-intro-v2 p:last-child {
	margin-bottom: 0;
}

body.chipright-v2 section.company .about-intro-v2 ul {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

body.chipright-v2 section.company .about-intro-v2 ul li {
	position: relative;
	margin-bottom: 24px;
	padding-left: 1.1em;
}

body.chipright-v2 section.company .about-intro-v2 ul li:last-child {
	margin-bottom: 0;
}

body.chipright-v2 section.company .about-intro-v2 ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #f2a30e;
}

body.chipright-v2 section.company .about-intro-v2 strong {
	color: #34495e;
	font-weight: 700;
}
