@media (max-width: 501px) {

    .news__details table {
        width: 100%;
    }

    .news__details table tr {
        display: flex;
        flex-direction: column;
    }

    .news__details table td {
        width: 100% !important;
        display: block;
    }
}