.medCard {
    padding: 20px;
    border-radius: 15px;
    font-size: 0.9em;
    border: none;
    height: 360px;
}

.medCard img {
    height: 100px;
    width: auto;
    margin: auto;
    border: none;
    object-fit: contain;
}

.medCard a {
    text-decoration: none;
    color: #333333;
    outline: 0;
}

.medCard .card-title {
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.medCard .amount {
    font-size: 12px;
}

.medCard .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.medCard .medDescription {
    padding: 3px 0;
}

.medCard .medDescription .title {
    font-weight: bold;
}

.medCard .medInfo {
    padding: 3px 0;
}