.hospital-requests-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.hospital-requests-intro img.requests-img {
  width: 43px;
  height: 51px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1104px) {
  .hospital-requests-intro {
    padding-top: 39px;
  }
}
.hospital-requests-intro h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #1E1F23;
  margin-bottom: 11px;
}
@media screen and (min-width: 1104px) {
  .hospital-requests-intro h1 {
    font-size: 26px;
  }
}
.hospital-requests-intro p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.5px;
  color: #666666;
  margin-bottom: 40px;
}
@media screen and (min-width: 1104px) {
  .hospital-requests-intro p {
    font-size: 15px;
    margin-bottom: 54px;
  }
}
.hospital-requests-intro .hospitals {
  display: flex;
  justify-content: center;
}
.hospital-requests-intro .hospitals img {
  margin-top: -12px;
  min-width: 360px;
  width: 75%;
  max-width: 400px;
}
@media screen and (min-width: 501px) {
  .hospital-requests-intro .hospitals img {
    width: 400px;
  }
}

body {
  background: #FBFBFB;
}
@media screen and (min-width: 1104px) {
  body {
    background: #FFF;
  }
  body #dk-main-container {
    background: #FBFBFB !important;
  }
}