
.custom-fts-infographic-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.custom-fts-infographic-block .top-row,
.custom-fts-infographic-block .bottom-row{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.custom-fts-infographic-block .col-list{
	width: 33%;
	padding-right: 15px;
}

.custom-fts-infographic-block .col-list h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;

	font-size: 16px;
	line-height: 20px;
}
.custom-fts-infographic-block .top-row .col-list.digital-info-forensics h3{
	color: #338691;
}
.custom-fts-infographic-block .top-row .col-list.it-cyber-tech h3{
	color: #a78a59;
}
.custom-fts-infographic-block .top-row .col-list.aviation-space h3{
	color: #23527a;
}
.custom-fts-infographic-block .bottom-row .col-list.construction-buildings-infrastructure h3{
	color: #caa700;
}
.custom-fts-infographic-block .bottom-row .col-list.energy-resources-industrial h3{
	color: #cb6a40;
}
.custom-fts-infographic-block .bottom-row .col-list.esg-climate-change h3{
	color: #789556;
}

.custom-fts-infographic-block .col-list ul{
	padding-left: 12px;
	margin: 0;
}

.custom-fts-infographic-block .col-list ul li{
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 500;
	font-size: 24px;
	padding: 0;
	margin: 0 0 15px 0;
	color: #464646;

	font-size: 12px;
	margin: 0 0 5px 0;
	line-height: 18px;
}

.custom-fts-infographic-block .col-list .fts-icon{
	width: 50px;
	margin-bottom: 5px;
}

.custom-fts-infographic-block .main-graphic{
	position: relative;
	display: block;
	margin-top: 0;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

.custom-fts-infographic-block .main-graphic .main-graphic-bg{
	display: block;
	width: 100%;
	max-width: 100%;
}

.custom-fts-infographic-block .main-graphic .circle{

}

.custom-fts-infographic-block .main-graphic .circle img{
	position: relative;
	display: block;
	max-width: 100%;
	transition: transform .2s;
}

.custom-fts-infographic-block .main-graphic .circle img:hover{
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Safari 3-8 */
	transform: scale(1.2); 
	z-index: 99999;
	cursor: pointer;
}

.custom-fts-infographic-block .main-graphic .digital-info-forensics{
	position: absolute;
	bottom: 8%;
	left: 12%;
	width: 22%;
	max-width: 22%;
}

.custom-fts-infographic-block .main-graphic .it-cyber-tech{
	position: absolute;
	top: 41%;
	left: 37%;
	width: 26%;
	max-width: 26%;
}

.custom-fts-infographic-block .main-graphic .aviation-space{
	position: absolute;
	top: 40%;
	right: 1%;
	width: 20%;
	max-width: 20%;
}

.custom-fts-infographic-block .main-graphic .construction-buildings-infrastructure{
	position: absolute;
	top: 7%;
	left: 2%;
	width: 36%;
	max-width: 36%;
}

.custom-fts-infographic-block .main-graphic .energy-resources-industrial{
	position: absolute;
	top: 1%;
	right: 10%;
	width: 33%;
	max-width: 33%;
}

.custom-fts-infographic-block .main-graphic .esg-climate-change{
	position: absolute;
	bottom: 3%;
	right: 13%;
	width: 25%;
	max-width: 25%;
}


@media (min-width: 504px){
	.custom-fts-infographic-block .main-graphic-mobile{
		display: none !important;
	}
	.custom-fts-infographic-block .main-graphic-desktop{
		display: block !important;
	}
}

@media (min-width: 504px) and (max-width: 979px){
	.custom-fts-infographic-block .main-graphic {
	  margin-top: 30px;
	  margin-bottom: 30px;
	}
}


@media (max-width: 503px){

	.custom-fts-infographic-block .main-graphic-mobile{
		display: block !important;
	}
	.custom-fts-infographic-block .main-graphic-desktop{
		display: none !important;
	}

	.custom-fts-infographic-block{
		
	}

	.custom-fts-infographic-block .main-graphic{
		order: 1;
		margin-bottom: 50px;
		margin-top: 0;
	}

	.custom-fts-infographic-block .main-graphic .digital-info-forensics{
		position: absolute;
		bottom: 4%;
		left: 23%;
		width: 33%;
		max-width: 33%;
		order: 1;
	}

	.custom-fts-infographic-block .main-graphic .it-cyber-tech{
		position: absolute;
		top: 33%;
		left: 59%;
		width: 35%;
		max-width: 35%;
	}

	.custom-fts-infographic-block .main-graphic .aviation-space{
		position: absolute;
		top: 67%;
		right: 6%;
		width: 32%;
		max-width: 32%;
	}

	.custom-fts-infographic-block .main-graphic .construction-buildings-infrastructure{
		position: absolute;
		top: 23%;
		left: 7%;
		width: 45%;
		max-width: 45%;
	}

	.custom-fts-infographic-block .main-graphic .energy-resources-industrial{
		position: absolute;
		top: 1%;
		right: 9%;
		width: 43%;
		max-width: 43%;
	}

	.custom-fts-infographic-block .main-graphic .esg-climate-change{
		position: absolute;
		bottom: 29%;
		right: 35%;
		width: 33%;
		max-width: 33%;
	}

	.custom-fts-infographic-block .col-list{
		order: 2;
		margin-bottom: 30px;
		width: 50%;
	}


	.custom-fts-infographic-block .col-list ul li{
		font-size: 14px;
		line-height: 20px;
	}

}

@media (max-width: 350px){
	.custom-fts-infographic-block .col-list{
		width: 100%;
		padding-right: 0;
	}
}