#pro1c_footer_counters {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 8px;
  width: 100%;
  height: 135px;
}

@media (min-width: 576px) {
  #pro1c_footer_counters {
    flex-direction: row-reverse;
    align-items: flex-start;
    height: 45px;
  }
}
