@import url('main.css');
#hero-section {
    background-image:  url('../images/wave-bg-2.svg'), url('../images/background-images/crp-bg.png');
    background-repeat: no-repeat, no-repeat;
    background-size: 0%, cover;
    background-position: center, center;   
   }
   @media (min-width: 992px) {
    #hero-section {
        background-size: 100% 80%, cover;
    }
   }

  /* @media screen and (max-width:992px) {
    #hero-section{
      height: 80vh;
    }
   } */