.newspaper{
    border-top: 2px solid rgb(14, 13, 13);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 8px;
    color: #c4c2c2;
    margin-top: 20px;
    background: linear-gradient( rgb(54, 53, 53), #111);
    min-height: 248px;
    display: inline-table;
}

.newspaper-title{
    margin-bottom: 10px;
    font-weight: bold;
    padding: 8px;
    border-bottom: 1px dashed #8d8888;
}

.newspaper img{
    align-items: center;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 600px) {
    .newspaper{
        height: unset;
    }
}