.preview-wide {   
    background-color: var(--very-light-grey);
    flex-direction: row-reverse;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.preview-wide h4 {
    margin-top: 0.5rem;
    font-size: 1.2rem;
}

.preview-wide p {
    margin-bottom: 0;
    line-height: normal;
}

.preview-wide span {
    background-color: white;
    font-size: 0.75rem;
    font-weight: bold;
    color: var(--primary-color);
    padding: 0 0.4rem;
}

.preview-wide img {
    -o-object-fit: cover;
    object-fit: cover;
}

.preview-wide .preview-wide-textbox {
    padding: 2rem;
}

@media (max-width: 575px) {
    .preview-wide {
        flex-direction: column;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    
    .preview-wide .preview-wide-textbox {
        padding: 1rem;
    }
}
