.Footer {
  position: relative;
  margin-top: 100px;
  background-color: var(--clr-primary);
  color: #ffffff;
}.Footer a:not(.Button) {
    color: #ffffff;
  }@media screen and (min-width: 769px) {.Footer {
    margin-top: 100px;
}
  }

.Footer-logo {
  position: relative;
  top: -20px;
  display: block;
  width: 195px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {

.Footer-logo {
    top: -60px;
    width: 345px;
}
  }

.Footer-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 25px;
  text-align: center;
}

.Footer-content .Text {
    text-align: center;
    color: #ffffff;
  }

.Footer-content .ContactButton {
    justify-content: center;
    color: #ffffff;
  }

.Footer-content .Button {
    margin-right: auto;
    margin-left: auto;
  }

.Footer-content .Column + .Column {
    margin-top: 30px;
  }

@media screen and (min-width: 769px) {

.Footer-content {
    flex-direction: row;
    text-align: left;
}

    .Footer-content .Text {
      text-align: left;
    }

    .Footer-content .ContactButton {
      justify-content: flex-start;
    }

    .Footer-content .Button {
      margin-right: 0;
      margin-right: initial;
      margin-left: 0;
      margin-left: initial;
    }

    .Footer-content .Column + .Column {
      margin-top: 0;
      margin-top: initial;
    }
  }

@media screen and (min-width: 1026px) {
  .Footer-left {
    width: 50%;
  }

  .Footer-right {
    width: 25%;
  }
}

.Footer-contentSocials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 2.5rem;
}

.Footer-contentSocials a {
    margin-right: 15px;
    color: #ffffff;
  }

@media screen and (min-width: 769px) {

.Footer-contentSocials {
    justify-content: left;
}
  }

.Footer-linkNavigation {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

@media screen and (min-width: 769px) {

.Footer-linkNavigation {
    flex-direction: row;
    gap: 40px;
}
  }

.Footer-toTop {
  position: fixed;
  z-index: 999;
  right: 30px;
  bottom: 30px;
}
