        .project .container > .row > .col {
    margin-bottom: 24px;
}


.project .tp-post-item {
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    transition: ease-in-out .4s;
}
.project .tp-post-item:hover {
    transform: translateY(-4px);
}
.project .tp-post__thumbnail {
    border-radius: 10px;
    overflow: hidden;
}

.project .tp-post__thumbnail img {
    aspect-ratio: 3/2;
    object-fit: contain;
    transition: all .4s;
}

.project .tp-post__content {
    padding-top: 30px;
}

.project .tp-title a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
    transition: all .4s;
}

.project .tp-title a:hover {
    color: var(--tp-primary);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--tp-primary) 0%, var(--tp-primary) 100%);
}


.project .bp-result,
.bp-result-number{
    display: none;
}

.project .bp_tag {
    margin-top: 15px;
}

@media (max-width: 767.98px) {
    .project .tp-post__content {
        padding-top: 10px;
    }
}
