  .hero-section h1 {
        font-size: 3rem;
        font-weight: bold;
    }

    .hero-section p {
        font-size: 1.2rem;
        color: #6c757d;
    }

    .hero-section .btn-demo {
        background-color: #1d3557;
        color: #ffffff;
    }


    /* Adjusting font sizes for smaller screens */
    @media (max-width: 768px) {
        .hero-section h1 {
            font-size: 2rem;
        }

        .hero-section p {
            font-size: 1rem;
        }
    }
    .content-container{
        max-width:1090px;
        width:90%;
    }

