        .result-content .row > .col {
    margin-bottom: 24px;
}

.bp_title_search{
    margin-bottom: 30px;
}

.bp_title_search > * {
    color: var(--tp-title-color);
}

.result-content .tp-title:hover {
    color: var(--tp-primary) !important;
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--tp-primary) 0%, var(--tp-primary) 100%);
    transition: all .4s;
}

.result-content .tp-image {
    overflow: hidden;
    border-radius: 4px;
    display: block;
}

.result-content .tp-image img {
    padding: 0;
    aspect-ratio: 3/2;
    object-fit: cover;
    transition: all .4s;
}

.result-content .tp-image:hover img {
    transform: scale(1.1);
    transition: all .4s;
}

.result-content .cls_content_news {
    padding-top: 25px;
}

.result-content .tp-title {
    display: inline;
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: all .4s;
}


@media (max-width: 767.98px) {
    .result-content .tp-image img {
        aspect-ratio: unset;
    }
}
