.link{
  display: grid;
  row-gap: 16px;
  justify-items: center;
  margin-bottom: 30px;
}

.link > p{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.link > p > a{
  text-decoration: underline;
  display: block;
  transition:0.5s;
  text-align: center;
  line-height: 1.2;
}

.link > p > a:hover{
  opacity: 0.8;
  text-decoration: none;
}

.link-contact{
  margin: 50px auto 0;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
  text-align: center;
}

.privacy{
  width: 90%;
  margin-bottom: 100px;
  max-width: 900px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.privacy > a{
  text-decoration: underline;
  color: #007cff;
}

@media screen and (max-width: 540px){
  .privacy{
    margin-top: 50px;
    margin-bottom: 50px;
  }
}