@charset "utf-8";

._app-footer-banners { align-items: center; display: flex; flex-direction: column; gap: 4px; }

._app-footer-banners .awards { align-items: center; display: flex; gap: 16px; height: 72px; justify-content: center; }

._app-footer-banners .guinness { width: 254px; }

._app-footer-banners .guinness img { height: auto; width: 100%; }

@media screen and (min-width: 768px) {
  ._app-footer-banners .guinness { width: 384px; }
}

@media screen and (min-width: 1244px) {
  ._app-footer-banners { flex-direction: row; gap: 24px; justify-content: center; }
  ._app-footer-banners .awards { gap: 12px; }
}