.banner_title h2 {
  color: #fff;
  font-size: clamp(25px, 4vw, 85px);
  font-weight: 500;
  font-family: 'Newake-Regular', sans-serif;
}

  .banner_story {
    position: relative;
    width: 100%;
  }

  .banner_story .banner_img {
    width: 100%;
  }

  .banner_story .banner_title {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
  }

  .banner_story .banner_title p {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 23px;
    max-width: 80%;
    text-align: center;
    font-size: 16px;
  }

  .section-about-bg {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('../themes/PRS03057/assets/img/qlegg/banners/about_us.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: cover;
  }

  .section-product-bg {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('../themes/PRS03057/assets/img/qlegg/banners/product.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: cover;
  }

  .section-story-bg {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('../themes/PRS03057/assets/img/qlegg/banners/behind_the_egg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: cover;
  }

  .cms_content_width {
    width: 100%;
  }

  .wording-title {
    color: #fff;
    font-size: 5vh;
    font-weight: 800;
    font-family: 'Newake-Regular', sans-serif
  }

  .wording-subtitle {
    color: #fff;
    font-size: 2vh;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: 600;
    line-height: 1.5;
  }

  .wording-banner {
    text-align: center;
    padding: 100px;
  }

  .banner_btm_curved2{
    position: relative;
    margin-top: -160px;
    width: 100%;
    display: block;
    z-index: 1;
  }

  .egg_break_img {
    position: relative;
    margin-top: -400px;
    left: 25%;
    width: 45%;
    z-index: 6;
  }

  @media (max-width: 800px) {
    .egg_break_img{
      margin-top: -120px;
    }

    .banner_btm_curved2 {
       margin-top: -80px;
    }

    .banner-campaign .banner_img {
       min-height: 250px !important;
    }
  }
