#hiring-models .ui-widget-content {
  background: transparent !important;
  border: 0;
  white-space: nowrap;
  overflow: auto;
  gap: 60px;
}
#hiring-models {
  padding-top: 100px;
  padding-bottom: 70px;
}

#hiring-models h2 {
  color: #32478a;
}

#hiring-models .models-tabs .nav-item .nav-link {
    color: #000000;
}
.dark-mode #hiring-models .models-tabs .nav-item .nav-link {
  color: #fff;
}
#hiring-models .models-tabs .nav-item .nav-link.active {
    color: #32478a;
}

#hiring-models .models-tabs .nav-item .nav-link:hover {
    color: #32478a !important;
}
.dark-mode #hiring-models .nav-item .nav-link:hover {
    color: #9db5ff!important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #hiring-models ul.nav {
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap !important;
  }
}
