.section {
  height: 100%;
  max-height: 100%;
}

.text-block {
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  -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;
}

.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;
}

.image {
  margin-top: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-2 {
  width: auto;
  margin-top: 60px;
}

.image-2 {
  margin: 10px;
}

.image-4 {
  margin: 10px;
}

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

  .image-3 {
    max-width: 80%;
  }

  .image-4 {
    margin: 10px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .image {
    margin-top: 0px;
  }

  .div-block-2 {
    margin-top: 40px;
  }

  .image-4 {
    margin: 10px;
  }
}