.page-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* separate background from the original element, so the children wont inherit the transparent attr */
.page-hero::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: linear-gradient(to bottom, transparent, mistyrose),
    url(../../images/aod.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.75;
}

.organ-img {
  width: 220px;
  padding: 1rem;
  text-align: center;
  border: 1px solid transparent;
  transition: 0.2s ease-out;
}

.organ-img:hover {
  color: rgb(212, 67, 25);
}

.organ-img:hover h5 {
  color: rgb(212, 67, 25) !important;
}

.organ-img img {
  height: 110px;
}

.organ-img h5 {
  margin: 1rem 0;
}

.flow-step {
  background-color: rgba(189, 79, 9, 1);
  color: white;
  padding: 1rem 4rem;
  font-weight: bold;
}

.flow-table-content {
  padding: 1rem 2rem;
  color: #000;
  transition: 0.1s ease-out;
}

.flow-table-content:hover {
  color: rgb(212, 67, 25);
}

ul {
  padding-left: 20px;
}

.criteria li {
  list-style-type: disc;
}

@media screen and (max-width: 768px) {
  .flow-step {
    padding: 0.5rem 1.5rem;
  }

  .flow-table-content {
    padding: 0.5rem 1rem;
  }
}

.flow-block {
  border-top: 1px solid grey;
}
.Process_of_Cadaveric_img {
  width: 515px;
  max-width: 100%;
}
.subpage-background {
  position: absolute !important;
  left: 0 !important;
  right: 8% !important;
  top: 0 !important;
  bottom: 0 !important;
  background-color: #ffffff !important;
  z-index: 0 !important;
}

@media screen and (max-width: 992px) {
  #horiphoto {
    display: none !important;
  }

  #vertiphoto {
    display: block !important;
  }
}

.header-button {
  border: none;
  background-color: transparent;
  font-size: 2.5rem;
  text-align: left;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
  padding: 0px 0px 16px;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

.text-dark {
  font-size: 2rem;
}
