
    body {
        font-family: Arial, sans-serif;
        line-height: 1.6;
        color: #333;
        margin: 20px;
        background-color: #f9f9f9;
    }
    h1 {
        font-size: 28px;
        color: #222;
        margin-bottom: 10px;
    }
    h2 {
        font-size: 24px;
        color: #222;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .why-qtmat {
        font-size: 26px;
        color: #007bff;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    p {
        font-size: 16px;
        margin-bottom: 12px;
    }
    ul {
        font-size: 16px;
        margin-bottom: 12px;
        padding-left: 20px;
    }
    .cta-link {
        display: inline-block;
        margin-top: 15px;
        padding: 10px 15px;
        background-color: #007bff;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
    }
    .cta-link:hover {
        background-color: #0056b3;
    }
