.newspaper-block {
  position: relative;
  padding: 20px 35px 0;
  text-align: center;
  background: #012342;
}
.newspaper-block h3 {
  margin: 0 0 20px;
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #fff;
}
.newspaper-block__cover {
  line-height: 0;
}
.newspaper-block__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 30px;
  background: #005bab;
  color: #fff;
}


@media screen and (max-width: 599px) {
  .newspaper-block {
    padding: 15px 15px 0;
  }
  .newspaper-block h3 {
    margin: 0 0 15px;
  }
  .newspaper-block__text {
    padding: 15px;
  }
}
