.breadcrumbs {
  font-style: italic;
  list-style: none;
  padding: 0;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:last-child) {
  padding-right: 5px;
}
.breadcrumbs li:not(:last-child)::after {
  content: "»";
  margin-left: 2px;
}
.page-title {
  font-size: 36px;
}
.page-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: var(--primary);
  background: -webkit-linear-gradient(left, #1976bc 0%, #8dc645 10%);
    background: -moz-linear-gradient(left, #1976bc 0%, #ffffff 10%);
    background: linear-gradient(to right, #1976bc 0%, #fcb900 60%);
}

@media screen and (max-width: 992px) {
  .page-title {
    font-size: 1.5em;
  }
}
