@media only screen and (min-width: 993px) {
    div.container {
        width: 85%;
    }
}

div .card .card-content {
    height: 275px;
    padding-bottom: 15px;
}

.card .card-content > div:first-child {
    height: 45px;
    overflow: hidden;
}

.card .card-content div {
    margin-bottom: 5px
}