.body {
  background-color: #70b643;
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
}

.div-block {
  position: static;
  left: 0%;
  top: 10%;
  right: 0%;
  bottom: auto;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.image {
  width: 20%;
  height: 20%;
}

.div-block-2 {
  display: block;
  height: 20%;
  text-align: center;
}

.heading {
  margin-bottom: 20px;
  font-family: Alegreya, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.text-block {
  margin-top: 20px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-3 {
  margin-top: 20px;
  text-align: center;
}

.link-block {
  padding: 10px 40px;
  border-radius: 10px;
  background-color: #d36821;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-2 {
  font-family: Alegreya, sans-serif;
  text-transform: uppercase;
}

.div-block-4 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footerlink {
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
  text-decoration: none;
}

.text-block-3 {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
}

@media screen and (max-width: 991px) {
  .div-block {
    top: 5%;
  }

  .image {
    width: 40%;
  }
}

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

@media screen and (max-width: 479px) {
  .div-block {
    top: 2%;
  }

  .image {
    width: 90%;
  }

  .heading {
    font-size: 20px;
    line-height: 30px;
  }

  .text-block {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 30px;
  }
}

@font-face {
  font-family: 'Alegreya';
  src: url('../fonts/Alegreya-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}