        #m_search_news .tp-image {
    border-radius: 5px;
    overflow: hidden;
}

#m_search_news .tp-image img {
    padding: 0;
    transition: all .4s;
}

#m_search_news .tp-image:hover img {
    transform: scale(1.1);
    transition: all .4s;
}

#m_search_news > .col {
    margin-bottom: 24px;
}

#m_search_news .tp-title {
    transition: all .4s;
}
#m_search_news .tp-title:hover {
    color: var(--primary);
    transition: all .4s;
}

@media (max-width: 991px) {
    #m_search_news .tp-image img {
        aspect-ratio: 3/2;
        object-fit: cover;
    }
}

@media (max-width: 767.98px) {
    .cls_content_news {
        padding-top: 15px;
    }
    #m_search_news .tp-image img {
        aspect-ratio: unset;
    }
}
