.preview-list {
    display: flex;
    flex-direction: column;
    max-width: 800px;
}

.preview {
    display: flex;
    justify-content: flex-start;
    margin-top: 3em;
    position: relative;
}

.preview .preview-image {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--border-radius);
    flex-basis: 200px;
    flex-shrink: 0;
    margin-right: 1em;
}

.preview .preview-description {
    display: flex;
    flex-direction: column;
}
