.bg-image {
  background-size: cover;
  background-image: url('/img/hero-rev.png');
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 91vh; 
  }
.bg-cta {
    background-image: url('/img/cta-sm.png');
    background-size: cover;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    /* min-height: 374px; */
  }

ul .custom-line-height li {
    line-height: 2;
}

.lottiecontainer {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 30px;
}

#lottie-animation svg {
  border-radius: 30px;
}

