.pharmaCard {
    padding: 25px;
    border-radius: 15px;
    font-size: 0.9em;
    border: none;
    height: 310px;
}

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

.pharmaCard .card-body {
    padding: 0;
}

.pharmaCard .card-title {
    height: 60px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

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

.pharmaCard .extendedContact .littleImagePharmacy {
    width: 70px;
}

.pharmaCard .extendedContact .littleImagePharmacy img {
    border: none;
}

.pharmaCard .extendedContact .contactBox {
    padding-left: 10px;
    font-size: 14px;
}

.greenBorder {
    border: 3px solid var(--reservation-green-color);
}