/*.section-hero {
  background: #0a0b14 url(../images/test/bg-demo-test.jpg?v=20223)no-repeat;
  background-position: top right;
} */


.section-hero h2 {
  font-size: clamp(1rem, 1.25vw, 1.25rem) !important;
  font-weight: 700;
}

.section-hero .video {
  position: absolute;
  right: 0;
  top: -410px;
  min-width: 100%;
  min-height: 100%;
  z-index: -1030;
  filter: brightness(0.8);
}

.bg-demo-card {
  background: #061f44 url(../images/bg-features-box.webp) no-repeat !important;
  background-position: center top;
  background-size: 100% ;
  border: 0;
}

.rounded {
  border-radius: 1.5rem !important;
}

@media only screen and (max-width: 960px) {  

  .border-radius-right {
    border-radius: 0 0 1rem 1rem !important;
  }  

}