@media screen and (min-width: 320px) and (max-width: 568px) {
    .news-item {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
    }
    .news-date-time {
        margin-top: 40px;
    }
    .news-item .w50 {
        width: 100% !important;
    }
}