.sf-card .sf-card__description {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
position: relative;
    right: 50px;
    top: 30px;
    text-align: right;
    border-right: 2px solid #fff;
    color: #fff;
    padding: 0 1.4rem;
    opacity: 0;
}
.sf-card:hover .sf-card__description {
    opacity: 1;
    transform: translateX(40px);
    padding-right: .5rem;
}


.sf-card:hover .bg-cover {
    filter: brightness(0.8);

}