Footer logo and description alignment fix
.footer__logo-and-text {
  display: flex!important;
  flex-direction: column!important; 
  align-items: flex-start!important; 
  <h2>Hey</h2>
}

.footer__logo-and-text .footer__logo {
  margin-bottom: 10px!important; 
}

.footer__logo-and-text .footer__description {
  max-width: 300px!important; 
  text-align: left!important;
}
