    .heading-xl {
            font-size: 2.5rem;
            font-weight: 700;
        }
        .heading-l {
            font-size: 2rem;
            margin-bottom: 20px;
        }

        .video-wrapper {
            width: 100%;
            height: auto;
        }
        .video-wrapper video {
            width: 100%;
            height: auto;
        }
        .spacing-m {
            margin-bottom: 20px;
        }
        .spacing-s {
            margin-bottom: 15px;
        }
        .text-block {
            margin: 10px 0;
        }

        .btn-demo{
            color:#fff !important;
            background-color: #1f3749;
        }
        .btn-custom {
          background-color: white;
          color: black !important;
          border: 1px solid black;
          }
          .btn-demo:hover {
          background-color: #1f3749;
          border-color: black;
          outline: none;
          box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
          }

          .container-content{
            max-width:1090px;
            width:90%;
          }
