.lp-hero.lp-hero-photo,
.hero.lp-hero-photo {
  background-image:
    linear-gradient(
      110deg,
      rgba(36, 39, 50, 0.96) 0%,
      rgba(36, 39, 50, 0.88) 52%,
      rgba(36, 39, 50, 0.527) 100%
    ),
    url("../img/reuniao-contrato.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.lp-hero.lp-hero-photo {
  color: #f8fafc;
}

.lp-hero.lp-hero-photo h1 {
  color: #ffffff;
}

.lp-hero.lp-hero-photo .lp-lead {
  color: rgba(248, 250, 252, 0.9);
}

.lp-hero.lp-hero-photo .btn-outline {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(36, 39, 50, 0.42);
  color: #ffffff;
}

.lp-hero.lp-hero-photo .btn-outline:hover,
.lp-hero.lp-hero-photo .btn-outline:focus-visible {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(36, 39, 50, 0.64);
  color: #ffffff;
}

@media (max-width: 768px) {
  .lp-hero.lp-hero-photo,
  .hero.lp-hero-photo {
    background-position: 62% center;
  }
}
