.cards {
  display: block;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  margin: 0 auto;
  margin-top: 100px;
  width: 100%;
  height: 200px;
  font-size: 20px;
  line-height: normal;
  background-color: #151b24;
  color: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
}
.colorgrenn{
  color: #7bba83;
}
.img-doencas{
  height: 100px;
  margin-top: -80px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
}