/* Desktop-only responsive overrides */

@media screen and (min-width: 992px) {
  .welcome_area.home-hero-spacious .container {
    padding-top: 48px;
  }

  .welcome_area.home-hero-spacious .title2 h1 {
    font-size: 74px;
    line-height: 80px;
  }

  .welcome_area.home-hero-fr .container {
    padding-top: 76px;
  }

  .welcome_area.home-hero-fr .title2 h1 {
    font-size: 62px;
    line-height: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .welcome_area.home-hero-spacious .container {
    padding-top: 64px;
  }

  .welcome_area.home-hero-fr .container {
    padding-top: 88px;
  }
}
