.div-block {
  max-height: 100vh;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 30px;
}

.link {
  color: #333;
  border-bottom: 1px solid #838383;
  margin-top: 40px;
  font-size: 16px;
  text-decoration: none;
}

.image-copy {
  max-width: 70%;
}

@media screen and (max-width: 991px) {
  .text-block, .link {
    margin-top: 30px;
  }

  .image-copy {
    max-width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .image-copy {
    max-width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    font-size: 30px;
  }

  .link {
    font-size: 20px;
  }

  .image-copy {
    max-width: 60%;
  }
}
