@media screen and (max-width: 768px) {
    .news-page-title {
        margin-top: 100px;
    }

    .news-page-title-image {
        width: 50%;
    }

    .news-card-image {
        display: none;
    }

    .news-list-section {
        width: 90%;
    }
}