.fold {
  display: block;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.paragraph {
  position: static;
  bottom: 67px;
  width: 80%;
  max-width: 1560px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #000;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.div-block {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.link {
  color: #000;
}

@media screen and (max-width: 991px) {
  .paragraph {
    width: 80%;
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .logo-wrapper {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin-top: 60px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .paragraph {
    width: 90%;
  }
  .div-block {
    position: relative;
    bottom: auto;
    margin-top: 60px;
  }
  .image {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
}

