h2, .h2 {
  font-size: calc(0.6rem + 0.7vw);
}


body {
  margin: 0.5rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #22262a;
  background-color: #fff;
}

.breadcrumb .active {
    font-size: 24px;
    font-weight: bold;
    color: navy;
}
