/*=========================================
        OJG ABOUT HERO
=========================================*/

#ojg-about-hero-7k2m9,
#ojg-about-hero-7k2m9 * {
  box-sizing: border-box;
}

#ojg-about-hero-7k2m9 {
  position: relative;
  width: 100%;
  height: 280px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

/*=========================
 Background
=========================*/

#ojg-about-hero-7k2m9 .ojg-about-hero-7k2m9-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  border: none;
  z-index: 1;
}

/*=========================
 Premium Overlay
=========================*/

#ojg-about-hero-7k2m9 .ojg-about-hero-7k2m9-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(3, 20, 44, 0.6), rgba(3, 20, 44, 0.6));
  z-index: 2;
}

/*=========================
 Content
=========================*/

#ojg-about-hero-7k2m9 .ojg-about-hero-7k2m9-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  z-index: 3;
}

/*=========================
 Heading
=========================*/

#ojg-about-hero-7k2m9 .ojg-about-hero-7k2m9-title {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.3px;
  text-align: center;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

/*=========================
 Laptop
=========================*/

@media (max-width: 1200px) {
  #ojg-about-hero-7k2m9 {
    height: 250px;
  }

  #ojg-about-hero-7k2m9 .ojg-about-hero-7k2m9-title {
    font-size: 46px;
  }
}

/*=========================
 Tablet
=========================*/

@media (max-width: 991px) {
  #ojg-about-hero-7k2m9 {
    height: 220px;
  }

  #ojg-about-hero-7k2m9 .ojg-about-hero-7k2m9-title {
    font-size: 40px;
  }
}

/*=========================
 Mobile
=========================*/

@media (max-width: 767px) {
  #ojg-about-hero-7k2m9 {
    height: 180px;
  }

  #ojg-about-hero-7k2m9 .ojg-about-hero-7k2m9-title {
    font-size: 32px;
  }
}

/*=========================
 Small Mobile
=========================*/

@media (max-width: 480px) {
  #ojg-about-hero-7k2m9 {
    height: 150px;
  }

  #ojg-about-hero-7k2m9 .ojg-about-hero-7k2m9-title {
    font-size: 26px;
  }
}
