.bg-primary1 {
  background: #111D13;
}

.text-primary1 {
  color: #111D13;
}

.hero-bg {
  position: absolute;
  width: 544.32px;
  height: 670.58px;
  left: 0;
  top: 0;

  background-image: url('../assets/bg-mobile.png');
  background-repeat: no-repeat;
  z-index: -1;
  max-width: 100%;
}

.desktop-hero-bg {
  position: absolute;
  /*width: 544.32px;*/
  /*height: 1024px;*/
  left: 0;
  top: 0;

  /*background-image: url('../assets/bg-desktop.svg');*/
  /*background-repeat: no-repeat;*/
  z-index: -1;
  min-width: 100%;

}

.header-text {
  font-family: 'Montserrat', sans-serif;
}

.our-features {
  background: linear-gradient(0deg, #041E1B 0%, #053630 100%);
}

.feature-1 {
  background: linear-gradient(0deg, #D5EAF5 0%, #EDEDED 100%);
  border-radius: 30px;
}

.feature-2 {
  background: linear-gradient(0deg, #EDEDED 0%, #D5EAF5 100%);
  border-radius: 30px;
}

.feature-3 {
  background: linear-gradient(0deg, #E1E7F6 0%, #F6F8FC 100%);
  border-radius: 30px;
}

video {
  aspect-ratio: 19/5
}
