.trad-preview-card {
    width: 100%;
    height: auto;
    background-color: #FFF9F9;
    transition: all 0.6s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 0.2rem 2.8rem rgba(36,36,36,.1);
    overflow: hidden;
}
.trad-preview-card:hover {
    box-shadow: 0 0.1rem .8rem rgba(36,36,36,.1);
    transition: all 0.6s cubic-bezier(.25,.8,.25,1);
}
.trad-preview-card 
.trad-preview-card-image {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    transition: all 0.6s cubic-bezier(.25,.8,.25,1);
}
.trad-preview-card 
.trad-preview-card-image a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    transition: all 0.6s cubic-bezier(.25,.8,.25,1);
}
.trad-preview-card-content{
    padding: 10px;
    transition: all 0.6s cubic-bezier(.25,.8,.25,1);
}
.trad-preview-card-title{
    padding-top: 20px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    transition: all 0.6s cubic-bezier(.25,.8,.25,1);


}
.trad-preview-card-divider {
    position: relative;
    width: 100px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.408);
    margin-bottom: 15px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    z-index: 0;
}
.trad-preview-card 
.trad-preview-card-excerpt {
    font-size: 18px;
    font-weight: 400;
    color: #707070;
    line-height: 27px;
    margin-bottom: 30px;
    transition: all 0.6s cubic-bezier(.25,.8,.25,1);
}
/* .trad-preview-card 
.trad-preview-card-readmore {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

/* .trad-preview-card 
.trad-preview-card-readmore a.button-readmore {
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    text-decoration: none;
    background-color: #562dd4;
    color: #fff;
    padding: 12px 25px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
} */
/* .trad-preview-card 
.trad-preview-card-readmore a.button-readmore:hover {
    background-color: #707070;
    color: #fff;
} */
.trad-preview-card 
.trad-preview-card-image 
.trad-top-price-badge {
    position: absolute;
    padding: 4px 12px;
    border-radius: 30px;
    top: 15px;
    right: 30px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.6s cubic-bezier(.25,.8,.25,1);
}

.trad-preview-card 
.trad-bottom-price-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 30px;
    position: absolute;
    bottom: -15px;
    right: 40px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.6s cubic-bezier(.25,.8,.25,1);
}
.show_preview_card_button{
    transition: all 0.6s cubic-bezier(.25,.8,.25,1);
}

/* .trad-preview-card .trad-preview-card-image .trad-trad-trad-top-price-badge del,
.trad-preview-card .trad-preview-card-image .middle-price-badge del,
.trad-preview-card trad-preview-card-readmore .trad-bottom-price-badge del {
    opacity: 0.5;
} */
.trad-badge-blue {
    background-color: #562dd4;
    color: #fff;
}
.trad-preview-card-readmore{
    text-align: center;
    transition: all 0.6s cubic-bezier(.25,.8,.25,1);
}
.trad-preview-card-readmore a{
    text-decoration: none !important;
    transition: all 0.6s cubic-bezier(.25,.8,.25,1);
}
.trad-preview-card-content{
    display: flex;
    flex-direction: column;
    transition: all 0.6s cubic-bezier(.25,.8,.25,1);
}