    .no-job-card h2 {
        background: #0e3065e0;
        padding: 20px 40px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        font-size: 20px;
        color: white;
    }

    @media (max-width: 1024px) {
        
        .no-job-card h2 {
            font-size: 16px;
            padding: 20px;
        }
}

 .more-content {
            display: none;
    }

    .text-container {
            max-width: 75%; /* Set the desired width for the text container */
            flex: 1;
        }
        .button-container {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }
        .btn {
            width: 200px; /* Ensure buttons have the same width */
        }

