.blood-section2 {
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  overflow: hidden;
}
.blood-section2 h2 {
  font-weight: bold;
}
.blood-section2 .blood-background {
  height: 100%;
  min-height: 150px;
}
.blood-section2 .blood-btn {
  display: inline-block;
  padding: 1rem;
  background: #b21612;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
}
.blood-section2 .blood-date {
  display: inline-block;
  padding: 1rem;
}
.blood-section2 .blood-wrapper {
  position: relative;
  margin-top: 5px;
  margin-bottom: 15px;
  display: inline-block;
  margin-right: 15px;
}
.blood-section2 .blood-wrapper .blood-booble {
  display: none;
  position: absolute;
  width: 300px;
  z-index: 99;
  background: #fff;
  border: 1px solid #000;
  box-shadow: 1px 1px 5px #000;
  border-radius: 4px;
  padding: 15px;
  top: 70px;
  left: -35px;
  height: 150px;
  overflow: auto;
}
@media (max-width: 425px) {
  .blood-section2 .blood-wrapper .blood-booble {
    width: 150px;
    left: -35px;
    height: 150px;
  }
}
.blood-section2 .blood-wrapper:hover .blood-booble {
  display: block;
}

/*# sourceMappingURL=blood.css.map */
