.pkp_structure_footer {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}
.pkp_structure_footer::before,
.pkp_structure_footer::after {
  display: none !important;
  content: none !important;
}
.pkp_footer_content {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}
.pkp_brand_footer {
  flex: 0 0 auto !important;
  float: none !important;
  display: flex !important;
  align-items: center !important;
  padding: 30px !important;
  margin-right: 270px !important;
}
.pkp_brand_footer a {
  float: none !important;
  max-width: 150px !important;
  display: block !important;
}