  .hero {
            /* background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('https://wso2.cachefly.net/wso2/sites/all/image_resources/wso2-home-page.webp');
            background-size: cover; */
            background-position: center;
            height: 90vh;
            display: flex;
            align-items: center;
            color: white;
            text-align: center;
        }
  


         .hero p {
          color: #fff !important;
         }

        .hero a.cFilledCTA {
	/* box-shadow: 2px -1px 25px 7px #1f1f1f; */
	line-height: 23px;
}