.new-banner {
  background: linear-gradient(270.02deg, rgba(255, 255, 255, 0.5) 0.01%, rgba(83, 179, 204, 0.5) 99.99%);
  padding-top: 200px;
  height: 600px;
  padding-bottom: 600px;
}

.new-banner h1 {
  font-size: 33px;
}

.banner-text{
  line-height: 2;
}

.banner-text3{
    font-size: 16px;    
}

.bg-slider {
  margin-left: 700px;
  margin-top: -318px;
}

.banner-img {
  width: 600px;
  height: 300px;
  border-radius: 10px;
}

.new-intro {
  margin-top: 100px;
}

.new-intro h2 {
  margin-bottom: 14px;
  font-size: 28px;
}

.new-why {
  margin-top: 100px;
  background: linear-gradient(270.02deg, rgba(255, 255, 255, 0.5) 0.01%, rgba(83, 179, 204, 0.5) 99.99%);
  padding-top: 80px;
  height: 400px;
  padding-bottom: 400px;
}

.vugraph-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.vugraph-img {
  width: 100%;
  height: auto;
  margin-left: 1300px;
  margin-top: -318px;
}

.vugraph-Section h2 {
  margin-bottom: 14px;
  font-size: 28px;
}

.vugraph-Section p {
  line-height: 1;
}

.section-case-study {
  background: linear-gradient(270.02deg, rgba(255, 255, 255, 0.5) 0.01%, rgba(83, 179, 204, 0.5) 99.99%);
}

.statistics {
  margin-top: 100px;
}

.statistics h2 {
  margin-bottom: 14px;
  font-size: 28px;
}

.statistics p {
  line-height: 1;
}

.use-cases {
  margin-top: 100px;
  background: linear-gradient(270.02deg, rgba(255, 255, 255, 0.5) 0.01%, rgba(83, 179, 204, 0.5) 99.99%);
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .banner-img {
    display: none;
  }
  .new-intro {
    margin-top: 100px;
  }
  .new-why {
    height: 100%;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.5) 0.01%, rgba(83, 179, 204, 0.5) 99.99%);
    background-size: cover;
    margin-top: 100px;
    padding-bottom: 100px
  }
  .vugraph-section {
    margin-top: 100px;
  }
  .vugraph-img {
    display: none;
  }

  .use-cases {
    height: 100%;
    margin-top: 100px;
    padding-bottom: 100px;
    padding-top: 20px;
    background: linear-gradient(270.02deg, rgba(255, 255, 255, 0.5) 0.01%, rgba(83, 179, 204, 0.5) 99.99%);
    display: flex;
    justify-content: center;
    align-items: center;
  }

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}
