/* Place any CSS overrides in this file. */

.footer-wrapper {
  align-self: baseline;
  margin-top: 8rem;

  @media only screen and (max-width: 767px) {
    margin-top: 5rem;
  }

  &.fix-to-bottom {
    position: relative;
  }
}
