#homemainbg {
    display: block;
    background-position: 50% 90%;
    background-image: url("../img/kv-prd-probiotics.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

table tr, table th, table td {
    background-color: #57613b;
}
figure {
    position:relative;
}
figure img {
    width: 100%;
    vertical-align: top;
}
figure figcaption {
    position: absolute;
    left:0;
    top:0;
    padding: 10px 1rem;
    color:#fff;
    background-color: rgba(84,63,50,0.6);
}
.dlcard {
    display: grid;
    align-items: stretch;
    border-radius: 0 0 0 16px;
    background-color: #ebf2ef;
    border: 6px solid #ebf2ef;
    margin-bottom: 30px;
}
.dlcardr {
    display: grid;
    align-items: stretch;
    border-radius: 0 0 16px 0;
    background-color: #ebf2ef;
    border: 6px solid #ebf2ef;
    margin-bottom: 30px;
}
.fdfeature {
    display: grid;
    align-items: stretch;
    border-radius: 16px;
    background-color: #f9d2b3;
    border: 6px solid #f9d2b3;
    margin-bottom: 30px;
}
.grownhead {
    border-radius: 16px 16px 0 0;
}
.fdtitle {
    justify-self: center;
    align-self: center;
    height: 100px;
}
.fdbody {
    justify-self: start;
    align-self: start;
    height: 200px;
    padding: 0 0.5rem;
}
.fdfooter {
    aligh-self:center;
    height: 100px;
    margin-bottom: 60px;
}
.probcard {
    border-radius: 16px;
}
.grid-vc {
  display: grid;
  justify-items: center;
  align-items: center;
}
