.tp-project-3-item.custon-card-3 .tp-project-3-content{
    display: flex;
    flex-direction: column;
}
.tp-project-3-item.custon-card-3 .custon-btn-card a{
    margin:  auto;
    margin-top: 15px !important;
    transition: 0.3s;
    padding: 0;
}
.tp-project-3-item.custon-card-3 .custon-btn-card span{
    transition: 0.3s;
    padding: 0 38px ;
}
.tp-project-3-item.custon-card-3 .custon-btn-card span:hover{
    color: var(--tp-common-black) !important;
}
.tp-project-3-item.custon-card-3 .custon-btn-card span::before{
    display: none !important;
}