.pathophysiology .layout-builder__layout {
  overflow: hidden;
}
@media (min-width: 1441px) {
  .pathophysiology .node__content > .text-bg-black {
    margin-bottom: -2vw;
  }
}
.pathophysiology .node__content > .text-bg-black .block-inline-blocktext-with-background {
  width: 100%;
}
@media (min-width: 1441px) {
  .pathophysiology .node__content > .text-bg-black .block-inline-blocktext-with-background {
    --axd-block-padding-y: 3rem;
  }
}
.pathophysiology .node__content > .text-bg-black .block-inline-blocktext-with-background .align-center {
  width: -moz-fit-content;
  width: fit-content;
}
.pathophysiology .node__content > .text-bg-black .block-inline-blocktext-with-background .field--name-field-text > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.pathophysiology .node__content > .text-bg-black .block-inline-blocktext-with-background .field--name-field-text > div p {
  margin-bottom: 0;
}
.pathophysiology .node__content > .text-bg-primary .block-inline-blocktext-with-background .block-layout-builder {
  --axd-block-padding-y: 1.875rem;
}
@media (min-width: 1441px) {
  .pathophysiology .node__content > .text-bg-primary .block-inline-blocktext-with-background {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.625rem;
    padding-bottom: 0.5625rem;
  }
}
.pathophysiology .node__content .block-inline-blockgrid p {
  max-width: 79rem;
  margin-right: auto;
  margin-left: auto;
}
.pathophysiology .node__content .block-inline-blockgrid .paragraph--type--text-and-image > div:first-of-type {
  position: relative;
}
.pathophysiology .node__content .block-inline-blockgrid .paragraph--type--text-and-image > div:first-of-type img {
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (min-width: 1441px) {
  .pathophysiology .node__content .block-inline-blockgrid .paragraph--type--text-and-image > div:first-of-type {
    width: 100%;
    aspect-ratio: 2.9;
    overflow: hidden;
  }
  .pathophysiology .node__content .block-inline-blockgrid .paragraph--type--text-and-image > div:first-of-type img {
    transform: translate(-55%, -50%);
    max-width: 100vw;
  }
}
@media (max-width: 1440.98px) {
  .pathophysiology .node__content .block-inline-blockgrid .paragraph--type--text-and-image > div:first-of-type {
    height: 527px;
  }
  .pathophysiology .node__content .block-inline-blockgrid .paragraph--type--text-and-image > div:first-of-type img {
    height: 100%;
    max-width: none;
    transform: translate(-50%, -50%);
  }
}