.footer-container {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 2.75rem 1.5rem 2.25rem;
}

.footer-content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.copyright {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  color: #e6ebff;
}

.links-container {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.ul-footer {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
}

.ul-footer li {
  list-style: none;
  color: #e6ebff;
}

.ul-footer li a {
  color: #e6ebff;
  text-decoration: none;
  padding: 0 10px;
}

footer {
  width: 100%;
  margin-top: auto;
}

@media screen and (width >= 1200px) {
  .footer-container {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }

  .links-container {
    width: fit-content;
  }
}
