.copyright {
  width: 100%;
  height: auto;
  background: rgba(75, 75, 75, 1);
  color: rgba(246, 246, 246, 1);
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.45em 0em;
  font-size: 0.85em;
  line-height: 1.5em;
}

.copyright .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px 15px;
  width: 100%;
  max-width: 1280px;
}
.copyright .content span {
  margin: 0px 1.5em;
}