/* breakpoints */

.container {
  max-width: 1251px;
}

.page-header {
  font-family: Open Sans;
}

.page-header .custom-breadcrumb {
  padding-top: 7rem;
}

.page-header h1 {
  --text-opacity: 1;
  color: #004987;
  color: rgba(0, 73, 135, var(--text-opacity));
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 5.76rem;
  margin-top: 4rem;
}

.page-header__content {
  --text-opacity: 1;
  color: #485F78;
  color: rgba(72, 95, 120, var(--text-opacity));
  font-size: 2.7rem;
  line-height: 3.24rem;
  font-weight: 300;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

@media only screen and (min-width: 992px) {
  .page-header__content {
    margin-top: 4rem;
  }
}

.page-header .plaintext__paragraph {
  font-size: 2.7rem;
  color: rgba(0, 0, 0, 0.8);;
}

.page-header .plaintext__paragraph p {
  font-size: 2.7rem;
  margin-bottom: 3rem;
  color: rgba(0, 0, 0, 0.8);;
}

.page-header .plaintext__paragraph ul {
  margin-left: 2rem;
}

.page-header .plaintext__paragraph ul li {
  list-style-position: outside;
}

.page-header .plaintext__paragraph ul li > ul > li {
  list-style: circle !important;
}

.page-header .plaintext__paragraph li {
  line-height: 1;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.9);
}

.page-header .plaintext__paragraph li img {
  float: right;
}

.page-header .plaintext__paragraph li > a {
  --text-opacity: 1 !important;
  color: #004987 !important;
  color: rgba(0, 73, 135, var(--text-opacity)) !important;
}

.page-header .plaintext__paragraph li > a:hover {
  color: #007bff !important;
}
