.body {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .47), hsla(0, 0%, 100%, .47)), url('../images/shutterstock_552038272-Large.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .47), hsla(0, 0%, 100%, .47)), url('../images/shutterstock_552038272-Large.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block {
  display: block;
  max-width: 1440px;
  margin-top: 93px;
  margin-right: auto;
  margin-left: auto;
}

.text-block {
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 479px) {
  .text-block {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 30px;
    line-height: 30px;
  }
}