.widget-employee-header .intro-content-bottom p.headline {
  color: var(--main-text-clr);
}
.widget-employee-header .intro-content-bottom ul li {
  color: var(--grey-40);
}
.widget-employee-header .intro-content-bottom ul li p {
  color: var(--grey-40);
}
.widget-employee-header .intro-content-bottom ul li::before {
  background-color: var(--grey-40);
}
.widget-employee-header .unit-link, .widget-employee-header .intro-content-wrapper .intro-content-bottom ul li p a.unit-link {
  color: var(--link-clr) !important;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .widget-employee-header .intro-content-bottom p.headline {
    color: var(--grey-40);
  }
  .widget-employee-header .intro-content-bottom ul li {
    color: var(--main-text-clr);
  }
  .widget-employee-header .intro-content-bottom ul li p {
    color: var(--main-text-clr);
  }
  .widget-employee-header .intro-content-bottom ul li::before {
    background-color: var(--main-text-clr);
  }
}