.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #fff;
  margin-bottom: 0;
}

.breadcrumb li {
  display: inline;
  font-size: 1.1rem;
}

.breadcrumb li + li:before {
  padding: 8px 5px 8px 8px;
  color: black;
  content: '/\00a0';
}

.breadcrumb li a {
  color: #123559;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
}

.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.sticky-sub-top {
  position: sticky;
  top: 75px;
  z-index: 10;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 10;
}
.btn-call {
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .sticky-sub-top {
    top: 84px;
  }
  .btn-call {
    width: max-content;
  }
}
