footer.site-footer {
  padding: 25px 14px 20px 24px;
  background: #033043;
  color: #fff !important;
  p {
    color: #fff !important;
  }
  > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #block-pas-family-change-footercopyrighttext {
    p {
      font-size: 14px;
      font-weight: 400;
      line-height: 40px;
      font-style: normal;
      margin: 0 !important;
    }
  }
  .footer-left {
    padding-left: 10px;
  }

  .footer-right ul {
    display: flex;
    flex-direction: row;
    li {
      padding: 0;
      border-right: 2px solid #fff;
      line-height: 1;
      &:first-child {
        padding-right: 10px;
      }
      &:last-child {
        border: none !important;
        padding-left: 10px;
      }
      a {
       font-size: 14px;
      font-weight: 400;
      font-style: normal;
      margin: 0 !important;
      padding: 0 !important;
      }
    }
  }
}
