.FooterView {
  background-color: var(--color-black);
  color: var(--color-white);
  padding: 25px 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}

@media screen and (max-width: 767px) {
  .FooterView {
    margin-bottom: 50px;
  }
}
