body{
    background-color: #000210;
}

video {
    width: 100%;
    height: 100%;
  }

  .productHero{
    display: block;
  }

  .text{
    width: 50%;
    padding: 50px;
    color: white;
  }

  .animation{
    width: 50%;
    padding-left: 50px;
  }

  .heading{
    font-size: 24px;
    letter-spacing: 0.025em;
    line-height: 36px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }

  .content{
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
  }


  @media (min-width: 1024px) {
    .productHero {
      display: flex;
    }

    .heading{
        font-size: 38px;
    }

    .content{
        font-size: 18px;
    }
  }