Artikel
Time Remaining: 6 seconds

<div style="display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; width: 70%;">
    <div style="border: 1px solid #ccc; padding: 10px; text-align: center;">
        <h4>Ad Space 1</h4>
        <!-- Ad Content -->
    </div>
    <div style="border: 1px solid #ccc; padding: 10px; text-align: center;">
        <h4>Ad Space 2</h4>
        <!-- Ad Content -->
    </div>
    <div style="border: 1px solid #ccc; padding: 10px; text-align: center;">
        <h4>Ad Space 3</h4>
        <!-- Ad Content -->
    </div>
    <div style="border: 1px solid #ccc; padding: 10px; text-align: center;">
        <h4>Ad Space 4</h4>
        <!-- Ad Content -->
    </div>
</div>

<div style="width: 25%; text-align: center;">
    <img src="your-image-url.jpg" alt="Promotional Image" style="max-width: 100%; height: auto;" />
</div>

Ensure that you replace "your-image-url.jpg" with the actual URL of your image and customize the ad content as needed.