@media screen and (max-width: 48em) {
  .copyright-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.copyright-container .copyright-logo {
  width: auto;
  height: auto;
  margin-bottom: 2.38rem;
}
@media screen and (min-width: 48em) {
  .copyright-container .copyright-logo {
    width: 12.11rem;
  }
}
.copyright-container .copyright-logo img {
  width: auto;
  height: 1.55rem;
}
.copyright-container .copyright-text {
  font-size: 0.75em;
}