.page-branding-redesign-container {
  text-align: center;
  padding: 0;
  line-height: normal;
  color: #000;

  .page-content {
    padding: 0 6rem;
  }

  @media screen and (max-width: 767px) {
    .page-content {
      padding: 0 2rem;
    }
  }
}
