.home-block {
  height: 100%;
  padding-bottom: 60px;
}
.home-block .row,
.home-block .container {
  height: 100%;
}
.home-block__text {
  margin-bottom: 20px;
  font-size: 46px;
}
.home-block__title {
  font-size: 126px !important;
}
.home-block__content {
  color: #fff;
  height: 100%;
  position: relative;
}
.home-block__copyright {
  font-weight: 300;
  margin-bottom: 0;
  position: absolute;
  bottom: 40px;
  left: 0;
}
@media (max-width: 991px) {
  .home-block {
    padding-bottom: 80px;
    width: 100%;
  }
  .home-block__title {
    font-size: 80px !important;
  }
  .home-block__title img {
    width: 149px;
  }
  .home-block__text {
    font-size: 30px;
  }
  .home-block__copyright {
    bottom: 0;
  }
}