.division-header-title {
  background-color: var(--primary-color) !important;
  color: var(--secundary-color) !important;
  height: 100px;
  margin-top: -10px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.division-header-title h5 {
  line-height: 100px;
  font-size: 2rem !important;
}
