.bmr-page-header {
  margin-bottom: 3rem;
}
.bmr-page-header__income-data {
  padding-top: 2rem;
}
.bmr-page-header__income-limits-title {
  margin-bottom: 3rem;
  display: block;
  text-transform: uppercase;
}
.bmr-page-header__income-limits-section {
  margin-top: 3.2rem;
  display: flex;
  justify-content: center;
}
.bmr-page-header__income-limits-list {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.bmr-page-header__income-limits-item {
  margin-bottom: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bmr-page-header__income-limits-label {
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.bmr-page-header .apts-txt.bmr-page-header__income-limits-title {
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .bmr-page-header__income-limits-list {
    width: 95%;
    justify-content: space-evenly;
    flex-direction: row;
  }
}
