/* SectionFooter — was SectionFooter.module.css. The bundler's hashed class names are
   replaced by a plain c-SectionFooter_ prefix so the stylesheet stands alone. */

.c-SectionFooter_footer {
  width: 100%;
  padding: 2.25rem;
}

.c-SectionFooter_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

@media (max-width: 1000px) {
  .c-SectionFooter_footer {
    padding: 1.5rem;
  }
}
