.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #90bd55;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
}

.heading {
  min-width: 70%;
  line-height: 55px;
  text-align: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 531px;
}

.div-block {
  padding: 20px;
  background-color: #fff;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
}

.text-block {
  font-size: 34px;
}

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

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

.text-block-2 {
  line-height: 49px;
  text-align: center;
}

.text-block-3 {
  line-height: 39px;
}

@media screen and (max-width: 991px) {
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image {
    width: 331px;
  }
}

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

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block {
    margin-bottom: 20px;
  }

  .text-block-2 {
    font-size: 21px;
  }

  .text-block-3 {
    font-size: 24px;
  }

  .div-block-4 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding-top: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading {
    font-size: 23px;
  }

  .container {
    margin-bottom: 100px;
  }

  .image {
    width: 200px;
    height: auto;
    max-width: 60vw;
  }

  .div-block-3 {
    padding: 40px;
    font-size: 24px;
  }

  .text-block {
    font-size: 30px;
  }
}