
#itom-related-products h4 {
    font-weight: 700;
    margin: 10px 0 10px 0;
    color: #000;
}
#itom-related-products ul li {
    color: #444;
    border-top: 1px solid #eee;
    padding: 10px 0 10px 40px;
    font-size: 12px;
    line-height: 1.2em;
}
h4 {
    font-size: 16px;
    line-height: 20px;
	}
	#itom-related-products {
    margin-bottom: 20px;
}


.fea-nav {
display: none;}
	.fea-row {display:flex;padding:0 !important;flex-wrap:wrap;list-style:none;gap:24px;justify-content: center;}
.fea-row > li {box-sizing:border-box;list-style:none;width:calc(33.33% - 24px);padding:24px;border-radius: 6px;
	background:#eef7ff url("https://www.manageengine.com/latam/applications_manager/images/apm-box-bg.svg") top center repeat;
	}
.fea-row > li > strong {display:block;padding-bottom:12px;}
	.fea-row > li.full-width {width:100%;}
	
i.sprite {
    background: #fff url(https://www.manageengine.com/latam/applications_manager/images/apm-perf-sprite.svg) top center no-repeat;width:60px;height:60px;
    background-size:500px;border-radius: 100%;
    display:inline-block;margin-bottom:12px;
}
i.sprite.icon1 {background-position:2px 0;}
i.sprite.icon2 {background-position:-57px 0;}
i.sprite.icon3 {background-position:-117px 0;}
i.sprite.icon4 {background-position:-178px 0;}
i.sprite.icon5 {background-position:-238px 0;;}
i.sprite.icon6 {background-position: 3px -58px;}
i.sprite.icon7 {background-position:-57px -58px;}
i.sprite.icon8 {background-position:-117px -58px;}
i.sprite.icon9 {background-position:-178px -58px;}
i.sprite.icon10 {background-position:-238px -58px;}
	
	.apm-infographic-con {position:relative;box-sizing: border-box;padding: 32px;border:1px solid #f6f6f6;}
	.info-wrapper {max-width:600px;margin:0 auto;}
	.info-title {border:1px solid #ccedff;text-align: center;border-radius: 8px;box-shadow:8px 8px 16px 0 #cccccc3e;background:#fff;}
	.info-row {display:flex;justify-content: center;gap:32px;margin-top:50px;}
	.info-row > a {padding:24px;border:1px solid #ccc;border-radius:8px;position:relative;max-width:150px;text-align: center;transition: all .3s ease-in-out;box-sizing:border-box;}
	.info-row > a .icon-holder {padding:12px;border-radius:100%;border:1px solid #e3e5e6;display: inline-block;width:50px;height:50px;background: #fff;}
	.info-row > a .icon-holder > img {border:0;width:100%;}
	.info-row > a .info-desc {display:block;font-weight: 500;}
	.info-row > a:nth-child(1) {border:1px solid #ff6666;}
	.info-row > a:nth-child(2) {border:1px solid #ffac44;}
	.info-row > a:nth-child(3) {border:1px solid #175a87;}
	
	.info-row > a:nth-child(1):before, .info-row > a:nth-child(2):before, .info-row > a:nth-child(3):before {
		content:"";position:absolute;width:1px;height:47%;top:-32%;
		left:50%;transform: translateX(-50%);
	}
	.info-row > a:nth-child(1):after, .info-row > a:nth-child(2):after, .info-row > a:nth-child(3):after {
		content:"";position:absolute;width:8px;height:8px;top:-35%;background: #fff;
		left:50%;transform: translateX(-50%);border-radius: 100%;border:1px solid #585858;
	}
	.info-row > a:nth-child(1):before {
		background: #ff6666;
	}
	.info-row > a:nth-child(2):before {
		background: #ffac44;
	}
	.info-row > a:nth-child(3):before {
		background: #175a87;
	}
	.info-row > a:hover {text-decoration:none;background:#f3faff;}
	@media screen and (max-width: 1024px){
		.fea-row > li {width:calc(50% - 12px);}
	}
	@media screen and (max-width: 700px){
		.info-wrapper {width:100%;}
		.fea-row > li {width:100%;}
	}
	@media screen and (max-width: 500px){
		.info-row {gap:12px}
		.info-row > a {flex:1;padding:8px}
		.info-row > a .icon-holder {width:32px;height:32px;}
	}
	
	