

.card-title{
    height: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
}
.text-body{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-indent:2rem ;
}

@media(min-width:576px){
    .card{
        background-color: #eee;
        border: 0px;
        box-shadow: inherit !important;
    }
    .card-title{
        margin-top: 1rem;
        text-indent: 2rem;
    }
    .card-img{
        width: 15.5rem;
        height: 15.5rem;
    }
}
