.emp-num {
  margin: 5.5rem 0 14.5rem 0;
}
.emp-num-pt {
  display: flex;
  max-width: 50%;
}
.emp-num.budget-emp-num {
  margin-bottom: 9rem;
}
.org-stt {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .emp-num {
    margin: 2.5rem 0 7rem 0;
  }
  .emp-num-pt {
    flex-direction: column;
    max-width: 100%;
  }
  .org-stt {
    margin-bottom: 3.5rem;
  }
  .emp-num.budget-emp-num {
  margin-bottom: 0rem;
}
}
