@import "./../theme/reboot";

.page-header {
  padding: 1rem;

  @media(min-width: 992px) {
    padding: 2rem 4rem 1rem;
  }
}

.page-title {
  font-weight: 300;
  font-size: 1.8rem;

  @media(min-width: 992px) {
    font-size: 2rem;
  }
}

.page-header-slot {
  margin: 1rem 0 0;

  @media(min-width: 992px) {
    margin: 2rem 0;
  }
}

.page-header-slot p:last-child {
  margin-bottom: 0;
}
