.accordion-icon:before,
.deep-dive-icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: contain;
}

.section-icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 64px;
	background-repeat: no-repeat;
}
.icon-heart:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 64px;
	background: url(../images/icon-heart.svg) no-repeat;
}
.icon-tech:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 64px;
	background: url(../images/icon-tech.svg) no-repeat;
}
.icon-barchart:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 64px;
	background: url(../images/icon-barchart.svg) no-repeat;
}
.icon-transform:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 64px;
	background: url(../images/icon-transform.svg) no-repeat;
}

.icon-bullseye:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(../images/icon-platform-modernization.svg) no-repeat;
}
.icon-shield:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(../images/icon-cybersecurity.svg) no-repeat;
}
.icon-efficency:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(../images/icon-it-efficiency.svg) no-repeat;
}
.icon-arrows:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(../images/icon-interoperabilty.svg) no-repeat;
}

.icon-door:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(../images/icon-expand-access.svg) no-repeat;
}
.icon-crosshair:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(../images/icon-deploy-digital-tools.svg) no-repeat;
}
.icon-chart:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(../images/icon-manange-data.svg) no-repeat;
}
.icon-safeguard:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(../images/icon-safeguard-data.svg) no-repeat;
}
.icon-person:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(../images/icon-human-centered.svg) no-repeat;
}


















