:root {
  --white: white;
  --black: black;
}

.container {
  color: #000;
  background-color: #a4acbb;
}

.body {
  color: #27b939;
  text-align: center;
  background-color: #a4acbb;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 39px;
  font-weight: 900;
}

.heading.mobile {
  margin-top: 17px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 60px;
  line-height: 100px;
}

.image {
  color: #a4acbb;
  text-align: left;
}

.image-2 {
  text-align: center;
}

.subheadline {
  color: #fff;
  margin-top: -11px;
  margin-bottom: 22px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
  text-decoration: none;
}

.div-block {
  margin-top: 41px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link:hover {
  color: #5e919b;
}

@media screen and (max-width: 991px) {
  .heading.mobile {
    line-height: 65px;
  }

  .subheadline {
    margin-top: -1px;
  }
}

@media screen and (max-width: 767px) {
  .heading.mobile {
    font-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  .heading.mobile {
    font-size: 27px;
    line-height: 33px;
  }

  .subheadline {
    margin-top: -2px;
  }
}
