.disease-card .card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    /* margin-bottom: 20px; */
}

/* header */
h6 {
    color: #757275;
}

/* card images */
.card img {
    height: 7rem;
    border-radius: 10px;
}

/* card content */
.card-title {
    font-size: 1em;
    font-weight: bold;
    color: black;
    margin-bottom: 0;
    padding-bottom: 8px;
}

.card-text {
    font-size: 0.9em;
    color: #555;
}

.card-body {
    padding-left: 8px;
}

ul {
    /* list-style-type: none; */
    padding-left: 24px;
    padding-bottom: 0;
}