/* css for resume example 3110 */
ul.p1p-counting-list li{
padding:22px 25px;;
box-shadow: 0 7px 10px rgba(230, 239, 250, 0.5);
border: 1px solid #e6effa;
background-color: #ffffff;
}
.no-margin-list .p1p-counting-list .mb-10{
	display: flex;
    align-items: center;	
    margin-bottom: 0px;
    min-height: 100px;
}
.no-margin-list .p1p-counting-list .mb-0{
    display: flex;
    width: 100%;
}
.no-margin-list .p1p-counting-list .number{
    width: 8%;
    display: block;
    text-align: center;
}
.no-margin-list .p1p-counting-list .mb-0 span:nth-child(2){
	width: 92%;
}
.p1p-counting-list .number{color: #0077d6;font-size:4.0rem;font-weight: 700;margin-right: 15px;top:6px;position: relative;}
@media (max-width: 991px){
	.no-margin-list .p1p-counting-list .number{
		width: 15%;
	}
}