.list-row {
    width: 100%;
    margin-bottom: 25px;
}

.list-photo {
    display: table-cell;
    width: 125px;
}

.list-photo-inner {
    vertical-align: top;
    text-align: center;
}

.list-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    height: 100%;
    max-width: 600px;
}

.list-title {
    margin-bottom: 10px;
    line-height: 1.5rem;
}

.list-description {
    font-weight: normal;
    font-size: 1em;
    color: #B12704;
    padding-top: 2px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-other {
    font-weight: normal;
    font-size: 0.9em;
    color: #2c2c2c;
    list-style: none;
    line-height: 1.4em;
}

.list-other > li{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
