.preview-container {
    max-width: 1000px; /* Adjust the width as needed */
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 20px;
}

.website-preview {
    width: calc(50% - 20px); /* Adjust the width and margin as needed */
    margin-top: 20px;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Add a box shadow for better separation */
    box-sizing: border-box;
}

.website-preview-box {
    width: 100%; /* Adjust the width and margin as needed */
    margin-top: 20px;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Add a box shadow for better separation */
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .website-preview {
        width: 100%;
    }
}
