.presencetable{
	ul{
		li{
			width:100%;
			display: flex;
			margin-bottom: 0px;
			.stateName{
				width: 50%;
				padding: 10px 20px;
			}
			.outLet{
				width: 50%;
				background-color: #f1f1f2;
				padding: 10px 20px;
			}
			&:first-child{
				.stateName{
					min-height: 100px;
					display: flex;
					align-items: center;
					border-bottom: 10px solid #f58e3f;
				}
				.outLet{
					min-height: 100px;
					display: flex;
					align-items: center;
					border-bottom: 10px solid #d1d3d4;
				}
			}
		}
	}
}
.gpContent{
	padding-top: 40px;
	margin-top: 50px;
	border-top: 2px solid #939597;
	.gpNumberBlock{
		padding-left: 60px;
	}
}
@media screen and (max-width:768px) {
.gpContent {
    .gpNumberBlock {
        padding-left: 0px;
    }
}
.gpGraphImg{
	margin-bottom: 20px;
}
.geographical-presence .eachNumBlockWrap{
	margin-bottom: 10px;
}
.geographical-presence .gpContent{
	margin-top: 20px;
}


}