.page-custom-header{
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-custom-header__left{
  margin-right: 1.6rem;
}
.page-custom-header__link{
  display: block;
  min-width: 24.5rem;
  margin-bottom: 0.8rem;
}
.page-custom-header__heading{
  font-size: 1.6rem;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 576px) {
  .page-custom-header__right{
    display: none;
  }
}