.disease-category .header-intro {
  background-color: #3B66AB;
  padding: 70px 70px 260px calc(100% / 12);
  color: #FFFFFF;
  background-position: bottom right -10px;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.disease-category .header-intro.no-background {
  background-image: url('../../img/menu-bg-top.png');
  background-position: top -30px right;
  background-size: unset;
  overflow: hidden;
  position: relative;
}
.disease-category .header-intro.no-background:before {
  content: '';
  position: absolute;
  bottom: -55px;
  left: -20px;
  width: 484px;
  height: 237px;
  background-image: url('../../img/menu-bg-bottom.png');
  background-repeat: no-repeat;
}
.disease-category .header-intro h1 {
  font-size: 40px;
  color: #FFFFFF;
  margin: 0 0 20px;
  word-break: break-word;
  position: relative;
  z-index: 1;
}
.disease-category .header-intro .intro {
  line-height: 24px;
  max-width: 530px;
  position: relative;
  z-index: 1;
}
.disease-category .view-content .row {
  margin: -190px 0 0 8.33333333%;
  background-color: #FFFFFF;
  box-shadow: 0 22px 94px 0 rgba(0, 0, 0, 0.07);
  padding: 50px calc(100%/12 - 20px) 20px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.disease-category .view-content .row.small-padding-1 {
  padding: 50px 20px 20px;
}
.disease-category .view-content .row.small-padding-1 .results {
  width: 100%;
}
.disease-category .view-content .row.small-padding-2 {
  padding: 50px 55px 20px;
}
.disease-category .view-content .row.small-padding-2 .results {
  width: 50%;
}
.disease-category .view-content .row .show-more {
  display: none;
  padding: 0 35px 0 20px;
  background: url("../../img/icons/button-arrow-blue.png") no-repeat center right;
  color: #3B66AB;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.disease-category .view-content .results {
  display: inline-block;
}
.disease-category .view-content .results .views-row {
  margin-bottom: 30px;
  background: url("../../img/icons/button-arrow-blue.png") no-repeat center right 20px;
  padding-right: 85px;
}
.disease-category .view-content .results .views-row a {
  color: #3D4146;
  font-size: 16px;
  line-height: 19px;
}
.disease-category .description {
  margin: 100px 0;
  font-size: 18px;
  line-height: 32px;
}
.disease-category .description h2 {
  line-height: 42px;
  margin: 0 0 20px;
}
.disease-category .experiences {
  padding-bottom: 80px;
  position: relative;
}
.disease-category .experiences:after {
  content: '';
  height: 75%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #F9F9FC;
}
.disease-category .experiences .node--type-experience {
  z-index: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .disease-category .header-intro {
    margin: 0 -20px;
    padding: 20px 15px 60px;
  }
  .disease-category .header-intro.no-background:before {
    content: unset;
  }
  .disease-category .header-intro h1 {
    font-size: 24px;
    line-height: 25px;
    word-break: break-all;
  }
  .disease-category .header-intro .intro {
    font-size: 16px;
    line-height: 20px;
  }
  .disease-category .view-content .row {
    margin: -35px 0 0;
    padding: 20px 0 !important;
  }
  .disease-category .view-content .row:not(.show-all-results) .results:not(:nth-child(-n+2)) {
    display: none;
  }
  .disease-category .view-content .row:not(.show-all-results) .show-more {
    display: inline-block;
  }
  .disease-category .view-content .row .results {
    width: 100% !important;
  }
  .disease-category .view-content .row .results .views-row {
    margin-bottom: 20px;
    padding-right: 40px;
  }
  .disease-category .view-content .row .results .views-row a {
    font-size: 14px;
    line-height: 17px;
  }
  .disease-category .description {
    margin: 30px 0;
  }
}
