img {
  display: inline-block;
  max-width: 100%;
}

.body {
  overflow: visible;
  max-height: none;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff8f0;
  text-align: center;
}

.heading {
  position: relative;
  width: 600px;
  margin: 18px auto 0px;
  font-family: Montserrat, sans-serif;
  color: #5e2a2b;
  font-size: 25px;
  font-weight: 800;
  text-align: center;
}

.paragraph {
  position: relative;
  overflow: visible;
  width: 600px;
  margin: 10px auto 0px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #5e2a2b;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.illustration {
  position: static;
  display: inline-block;
  width: 800px;
  height: auto;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  text-align: center;
}

.image {
  width: 100px;
  max-width: 100%;
  margin-top: 40px;
  margin-right: 30px;
}

.image-2 {
  max-width: 3%;
  margin-top: 40px;
  margin-left: 30px;
}

.image-3 {
  margin-top: 40px;
}

.link-block {
  width: 100px;
  height: 100px;
  max-width: 8%;
  margin-top: 51px;
}

.link-block-2 {
  margin-top: 40px;
  margin-right: 33px;
}

.link-block-3 {
  margin-top: 40px;
  margin-left: 33px;
}

.image-4 {
  width: 50px;
  margin-top: 40px;
}

.image-5 {
  width: 50px;
  height: 50px;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .illustration {
    max-width: 85%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    display: block;
  }

  .heading {
    width: 300px;
    margin-top: 33px;
    font-size: 21px;
  }

  .paragraph {
    width: 280px;
    font-size: 17px;
    line-height: 22px;
  }

  .illustration {
    display: inline-block;
    width: auto;
    max-width: 85%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .image {
    max-width: 15%;
  }

  .image-2 {
    max-width: 15%;
  }

  .image-3 {
    width: 80px;
    margin-top: 10px;
  }

  .image-4 {
    width: 40px;
    margin-top: 10px;
  }

  .image-5 {
    width: 40px;
    height: 40px;
    margin-top: 10px;
  }
}