.footer__content-bottom-wrapper:has(.copyright_partner_wrapper) .policies li:first-child::before {
  content: '';
  display: none;
}

.copyright_partner_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}