@media only screen and (min-width: 768px) and (max-width: 991px) {
#no_of_people_impacted {
    display: flex;
    justify-content: center;
}
}

@media only screen and (max-width: 767px) {
    #no_of_people_impacted {
    display: flex;
    justify-content: center;
}
}

@media only screen and (max-width: 450px) {
       #no_of_people_impacted {
    display: flex;
    justify-content: center;
}
}