 /*.single_stats .stats_content, .stats_with_text_wrapper .state_desc {
   letter-spacing: 0.3rem;
    line-height: 1.8rem;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: var(--font-medium);
}*/
 .stats_with_text_wrapper .state_desc {
    line-height: 1.8rem;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: var(--font-medium);
}
.single_stats_content * {
    letter-spacing: 0;
    font-weight: 500;
}
.stats_with_text_wrapper .state_desc p{
	line-height: 0.8rem; 
}
@media all and (min-width:992px){
	.single_stats .single_stats_desc {
		margin-top: 15px;
	}
}
@media screen and (max-width: 991px) {
    .single_stats_content * {
        font-weight: 700;
        font-size: 4.0rem;
        line-height: 4.8rem;
    }
	.stats_space_top {
		margin-top:38px;
	}
	.stats_figure {
		/* margin-top: 15px; */
		display: inline-block;
		margin-bottom: 0;
	}
}
@media all and (max-width:575px){
	.stats_space_top {
		margin-top:0;
	}
	.single_stats {
		margin-top:30px;
	}
    .stats_with_text_wrapper .state_desc p {
        line-height: normal;
    }
}