.info {
  width: calc(60%);
}

.links {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
}

.normal-state {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.4);
  background: transparent;
  text-decoration: none;
  padding: 0 10px 0 4px;
  flex-direction: row;
  text-align: left;
  cursor: pointer;
  display: flex;
  border: none;
  height: 21px;
  align-items: center;
}

.transitionPlacement {
  position: absolute;
  left: 74%;
  width: 8.5%;
}

.translation {
  position: relative;
}

.copyright_claim {
  display: flex;
  align-self: center;
  height: fit-content;
  margin: 20px 0;
}

.copyright_claim div a {
  text-decoration: none;
  color: #000;
}

.copyright_claim div a:hover {
  text-decoration: none;
  color: #009fda;
}

.empty-space {
  height: 60px;
}

@media screen and (max-width: 1400px ) and (min-width: 1081px ) {
  .transitionPlacement {
    position: absolute;
    left: 80%;
    width: 12.5%;
  }
}

@media screen and (max-width: 1080px ) and (min-width: 801px ) {
  .info {
    width: calc(55%);
  }

  .transitionPlacement {
    position: absolute;
    left: 80%;
    width: 12.5%;
  }

  #dD-translateBtn div {
    font-size: 80%;
  }

  .copyright_claim {
    margin: 0 0 15px 0;
  }
}

@media screen and (max-width: 804px) and (min-width: 701px) {
  .info {
    width: calc(55%);
  }

  .normal-state {
    height: 15px;
  }

  .transitionPlacement {
    position: absolute;
    left: 80%;
    width: 12.5%;
  }

  .copyright_claim {
    margin: 0 0 15px 0;
  }
}

@media screen and (max-width: 700px) {
  .copyright_claim {
    height: fit-content;
    text-align: center;
    margin: 0 0 15px 0;
  }

  .copyright_claim div a {
    color: #009fda;
  }
}
