@media (max-width: 767px) {
    .page__title h1 {
        font-size: 26px !important;
        line-height: 1.2 !important;
    }
    
    .news__list .news__item {
        flex-direction: column !important;
    }
    
    .news__list .news__item .news__item__image,
    .news__list .news__item .news__item__content {
        width: 100% !important;
        padding: 0 !important;
    }
    
    .news__list .news__item .news__item__image {
        margin-bottom: 20px !important;
    }
    
    .news__list .news__item p.title {
        font-size: 23px !important;
        line-height: 1.2 !important;
    }
    
    .news__list .news__item p {
        font-size: 18px !important;
        line-height: 1.5 !important;
    }
    
    .news__detail .news__title__content p.title {
        font-size: 26px !important;
        line-height: 1.2 !important;
    }
    
    .news__detail .news__title__content {
        top: 30px !important;
        padding: 0 15px !important;
    }
}

@media (max-width: 480px) {
    .page__title h1 {
        font-size: 23px !important; 
    }
}