.FooterBotView .separator {
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
  margin: 25px 0;
}

.FooterBotView .copyright {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .FooterBotView .copyright {
    text-align: center;
  }
}
