.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.paragraph {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}

.body {
  background-color: #eeefef;
}

@media screen and (max-width: 767px) {
  .div-block {
    width: 240px;
  }

  .paragraph {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .image, .image-2 {
    width: 150px;
  }
}
