
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    color: #333;
}
.hero-section {
    background: linear-gradient(to right, #4DD091, #4DD091); /* Inspired by product colors */
    color: #fff;
    text-align: center;
    padding: 40px 20px;
}
.hero-section h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.hero-section p {
    font-size: 18px;
    margin-bottom: 15px;
}
.limited-offer {
    font-weight: bold;
    font-size: 20px;
    background: #ffcc00;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 10px 0;
}



  
  @media (min-width: 300px) {
    iframe{
      width: 100%;
      height: 230px;
    }
  }
  @media (min-width: 330px) {
    iframe{
        width: 100%;
      height: 240px;
    }
  }
  @media (min-width: 350px) {
    iframe{
        width: 100%;
      height: 250px;
    }
  }
  @media (min-width: 400px) {
    iframe{
        width: 100%;
      height: 320px;
    }
  }
  
  @media (min-width: 450px) {
    iframe{
        width: 100%;
      height: 350px;
    }
    
  }

  @media (min-width: 700px) {
    iframe{
        width: 70%;
      height: 550px;
    }

    
  }