.footer-main{flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:20px}
.footer-contact{justify-content:center}

/* Header height increased to fit the taller stacked logo without clipping */
.site-header{height:152px !important}
.brand img{width:170px !important}
@media (width<=600px){
  .site-header{height:126px !important}
  .brand img{width:140px !important}
}
