/* Footer's two columns (logo/button and "Company" links) never filled the row width
   (26.313% + 22.832% ~= 49% combined) and the parent container had no justify-content
   set, so they packed to the left leaving the right half empty. Spreading them to
   opposite edges instead, mirroring the left column on the right. */
.elementor-551 .elementor-element-d2ae75a > .e-con-inner {
  justify-content: space-between !important;
}
