.pagina-header {
  position: relative;
  padding-top: 144px;
  padding-bottom: 144px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pagina-header::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000000b1 25%, transparent 60%);
  z-index: 1;
}
.pagina-header .border-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.pagina-header .wrapper {
  gap: 15px;
  padding-top: 50px;
  padding-bottom: 120px;
  z-index: 1;
}

.pagina-header .title {
  font-size: 56px;
  line-height: 62px;
  color: #ffffff;
  width: 50%;
}

.pagina-header .excerpt {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  width: 50%;
}

@media screen and (max-width: 1180px) and (orientation: portrait),
  screen and (max-width: 1024px) {
  .pagina-header .title,
  .pagina-header .wrapper {
    padding-bottom: 50px;
  }
  .pagina-header .excerpt {
    width: 80%;
  }
  .pagina-header .border-bottom {
    bottom: -1px;
  }
}

@media screen and (max-width: 767px) {
  .pagina-header {
    padding-top: 73px;
    padding-bottom: 93px;
  }
  .pagina-header::before {
    background: rgba(0, 0, 0, 0.16);
  }

  .pagina-header .wrapper {
    gap: 20px;
    padding-right: unset;
  }

  .pagina-header .title {
    font-size: 36px;
    line-height: 42px;
  }
  .pagina-header .title,
  .pagina-header .excerpt {
    width: 100%;
  }
}
