.blood .blood_frame {
  display: flex;
  justify-content: space-between;
}

.blood .blood_frame .txt {
  width: 65%;
}

.blood .blood_frame .img {
  width: 32.5%;
}

.blood .blood_frame .img img {
  max-width: 100%;
  width: auto;
}

.blood picture {
  text-align: center;
  display: block;
  padding: 60px 0;
}

.blood picture img {
  max-width: 100%;
  width: auto;
}

.blood ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.blood ul:last-child {
  margin-bottom: 0;
}

.blood ul li {
  width: 31.91489%;
  margin-top: 25px;
}

.blood ul li:nth-child(1),
.blood ul li:nth-child(2),
.blood ul li:nth-child(3) {
  margin-top: 0px;
}

.blood ul li a {
  border: 3px solid #e5e3da;
  display: inline-block;
  transition: 0.3s;
}

.blood ul li a:hover {
  border: 3px solid #d03a27;
}

.blood ul li a img {
  vertical-align: bottom;
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .blood .blood_frame {
    display: block;
  }

  .blood .blood_frame .txt {
    width: 100%;
  }

  .blood .blood_frame .img {
    width: 100%;
    text-align: center;
    margin: 10px 0 35px;
  }

  .blood picture {
    padding: 0 0 30px;
  }

  .blood ul li {
    width: 49%;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .blood ul {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .blood ul li {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}

#info {
  margin-top: -80px;
  padding-top: 80px;
}

@media only screen and (max-width: 980px) {
  #info {
    margin-top: 0px;
    padding-top: 0px;
  }
}
