.page_footer_custom_main_wrapper{background: var(--color-footer-bg, var(--color-accent));color: var(--color-footer-text, #fff);}
.page_footer_custom_main_wrapper .page-width{display:flex;justify-content:center;align-items:center;flex-direction:column;row-gap: 30px;}
.page_footer_custom_main_wrapper .footer_logo .logo_image{margin:auto;}
.bottom_copyright_section_with_links_wrapper{display: flex;gap: 50px;}
.bottom_copyright_section_with_links_wrapper .footer_menu .menu{display: flex;margin: 0;list-style: none;gap: 40px;}
.copyright_text,.footer_menu .menu-link{font-size: 14px;font-weight: 400;line-height: 22px;}
@media(max-width:900px){
  .page_footer_custom_main_wrapper .page-width{gap:40px;}
  .bottom_copyright_section_with_links_wrapper{gap: 20px;flex-direction: column;justify-content: center;align-items: center;}
  .bottom_copyright_section_with_links_wrapper .footer_menu .menu{gap:30px;}
  .page_footer_custom_main_wrapper .footer_logo .logo_image{max-width: min(100%, 133px)!important;}
}