.trad-fancy-card {
    height: auto;
    transition: box-shadow 0.3s ease;
}

.trad-fancy-card-image img {
    transition: transform 0.3s ease, filter 0.3s ease, border-radius 0.3s ease;
}

.trad-fancy-card-content{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.trad-fancy-card-button-wrapper{
    display: block !important;
}
.trad-fancy-card-button-wrapper a{
    display: inline-block;
    text-align: center;
}