.section {
  display: block;
  padding: 15% 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.body {
  max-height: 100%;
  background-color: #1e1d1b;
  background-image: url('../images/botzen-background2.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-attachment: scroll;
  font-family: Montserrat, sans-serif;
}

.heading {
  margin-bottom: 20px;
  color: #fff;
  font-size: 3.3em;
}

.paragraph {
  color: #fff;
  font-size: 1.1em;
  line-height: 28px;
}

.link {
  color: #82c8ff;
  font-weight: 600;
  text-decoration: none;
}

.link-2 {
  color: #82c8ff;
  font-weight: 600;
  text-decoration: none;
}

.link-3 {
  color: #82c8ff;
  font-weight: 600;
  text-decoration: none;
}

.link-4 {
  color: #82c8ff;
  font-weight: 600;
  text-decoration: none;
}

.link-5 {
  color: #82c8ff;
  font-weight: 600;
  text-decoration: none;
}

.link-6 {
  color: #82c8ff;
  font-weight: 600;
  text-decoration: none;
}

.div-block {
  height: 100vh;
}

@media screen and (max-width: 991px) {
  .div-block {
    background-color: rgba(23, 23, 21, 0.5);
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-position: 89% 50%;
  }

  .heading {
    text-align: center;
  }

  .paragraph {
    font-size: 1em;
    text-align: center;
  }
}

