.stats-section{
background-color: var(--header-highlight) !important;
color: white;
padding: 40px 0;   
margin: 0;
}
.stat-single{
min-width: 300px;
display: flex;
width: 25%;
gap: 5px;
align-items: center;
}
.stat-single h5{
color: white;
font-weight: 700;
font-size: 2em;
margin: 0   ;
}
.stat-single p{
font-size: 1.2em;
margin: 0;
}
.stat-single img{
width: 50%;
height: 50%;
}
.stats-section .display-flex{
margin: 0 -15px;
gap: 0;
}
.stat-single{
width: 33.33%;
}