@media (max-width: 767px) {
    .news-tour__card .news-tour__img {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-right: 1.6rem;
        margin-bottom: 1.6rem;
    }
    .news-tour__card .news-card__detail {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .news-tour__card a {
        width: 100%;
    }
}
