.preview-new {
    margin-left: 2rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.preview-new img {
    height: 80px;
    width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 1rem;
}

.preview-new h4 {
    font-size: 1.2rem;
    color: var(--primary-color);
}

.preview-new p {
    font-size: 1rem;
    line-height: normal;
}

@media (max-width:575px) {
    .preview-new {
        margin-left: 0rem;
        margin-top: 0.5rem;
    }
}

@media (min-width:576px) and (max-width:991px) {
    .preview-new {
        margin-top: 0.5rem;
        margin-left: 1rem;
    }
}