.headline {
  border-bottom: solid 2px #3b7eb6;
  position: relative;
}

.headline::after {
  color: #333;
  content: "";
  position: absolute;
  width: 80%;
  border-bottom: solid 2px #cccccc;
  bottom: -2px;
  right: 0px;
}/*# sourceMappingURL=company.css.map */