footer {
  width: 100%;

  padding-bottom: 8px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
  color: #88160b;
}

.footer--content {
  background: #fcebcd;
  padding: 30px 20px;
}

small > div {
  display: inline-block;
  display: -moz-inline-block;
}

.footer--content small {
  font-size: 14px;
}

/* @media screen and (max-width: 1023px) {
  footer, .footer--content small {
    font-size: 3.38vw;
  }

  .footer--content {
    padding: 15px 20px;
  }

  small > div {
    display: block;
  }
}

@media screen and (max-width: 767px) {

  .footer--content {
    padding: 14px 12px;
  }
}

@media screen and (max-width: 479px) {
  .footer--content {
    padding: 12px 10px;
  }
} */
