.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
}

.image {
  width: 250px;
}

.paragraph {
  text-align: center;
  max-width: 720px;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 120%;
}

@media screen and (max-width: 767px) {
  .div-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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


