/* line 1, /home/finext/projects/ls_drew/app/assets/stylesheets/footer.scss */
.footer {
  width: 100%;
  height: 60px;
  background: linear-gradient(to right, #B31217, #E52D27);
  color: white;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  bottom: 0px;
  font-size: 12px;
  font-weight: 400;
  line-height: 60px;
}
@media (max-width: 767px) {
  /* line 1, /home/finext/projects/ls_drew/app/assets/stylesheets/footer.scss */
  .footer {
    justify-content: center;
  }
}
