@media screen and (max-width: 768px) {
    .newsRow-col:hover .newsRow-item-text, .newsRow-item-text.newsRow-item-text-hover {
        position: static !important;
        bottom: auto !important;
        left: auto !important;
        animation: none !important;
        -webkit-animation: none !important;
    }
    .newsRow-col:hover .newsRow-item::before {
        content: none !important;
        display: none !important;
        background: none !important;
        opacity: 0 !important;
    }
    .newsRow-col:hover .newsRow-item-img {
        height: 24.625rem!important;
    }
    .newsRow-col:hover .newsRow-item-text span{
        color: #4d4d4d!important;
    }
    .newsRow-col:hover .h-line::before {

        background: #E5AB2D!important;

    }
}