/* breakpoints */

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container {
  max-width: 1251px;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (min-width: 1224px) {
  [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

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

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

.page-header h1 {
  color: #004987;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 5.76rem;
  margin-top: 4rem;
}

.page-header__content {
  color: #485F78;
  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);;
}
