.back-button{
  margin: 112px 0 32px 0;
}

.description{
  width: 680px;
}

.title{
  margin-bottom: 24px;
}

h4{
  font-size: 24px;
  line-height: 32px;
}

img{
  width: 100%;
  margin-bottom: 96px;
}

.img-first{
  margin-top: 96px;
}

.img-last{
  margin: 0;
}

@media only screen and (max-width: 800px) {
  .description{
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  h4{
    font-size: 16px;
    line-height: 24px;
  }

  img{
    margin-bottom: 32px;
  }

  .img-first{
    margin-top: 64px;
  }
}
