.jumbotron-block {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 16px 0;
  min-height: 376px;
  background:
    -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgb(234 84 69 / 0%)),
      to(rgb(234 84 69 / 50%))
    ),
    #ff7a52;
  background:
    linear-gradient(
      90deg,
      rgb(234 84 69 / 0%) 0%,
      rgb(234 84 69 / 50%) 100%
    ),
    #ff7a52;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .jumbotron-block {
    padding: 80px 16px 72px;
  }
}

.jumbotron-block .jumbotron-title {
  margin: 0;
  font-size: 70px;
  font-weight: 800;
  color: #fff;
  font-feature-settings:
    'liga' off,
    'clig' off;
  font-feature-settings:
    'liga' off,
    'clig' off;
  font-style: normal;
  line-height: 80px;
}

@media (max-width: 768px) {
  .jumbotron-block .jumbotron-title {
    font-size: 40px;
    line-height: 48px;
  }
}
