@media (min-width: 992px) {
  :root {
    --rensino-blue: #2694e5;
    --rensino-blue-deep: #0068b7;
    --rensino-navy: #071522;
    --rensino-ink: #10202d;
    --rensino-paper: #f5f8fb;
    --c1: #2694e5;
    --c2: #0068b7;
  }

  .dibu {
    background-image: linear-gradient(90deg, rgb(3 12 19 / 96%), rgb(3 12 19 / 80%) 48%, rgb(3 12 19 / 60%)), url('../img/home-pc/factory-line.jpg') !important;
    background-position: center 56% !important;
    background-size: cover !important;
  }

  .dibu .waves {
    opacity: .65;
  }

  .dibu .footer-r ul h3,
  .dibu .footer2,
  .dibu .footer-l p,
  .dibu .footer-r a,
  .dibu .footer-r p,
  .dibu .footer-r span {
    text-shadow: 0 1px 12px rgb(0 0 0 / 34%);
  }
}
