.alexander-disease .block-inline-blocktext-with-background {
  --axd-block-padding-y: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 870px;
}
.alexander-disease .block-inline-blocktext-with-background img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1441px) {
  .alexander-disease .text-and-image .text-col {
    padding-bottom: 11.75rem;
  }
  .alexander-disease .text-and-image .media-col img {
    transform: translate(-11%, -54%);
  }
}
@media (min-width: 1441px) and (max-width: 2035px) {
  .alexander-disease .text-and-image .media-col {
    position: relative;
  }
  .alexander-disease .text-and-image .media-col img {
    top: 50%;
    right: -4vw;
    left: auto;
    transform: translate(20%, -54%);
  }
}
@media (max-width: 1440.98px) {
  .alexander-disease .text-and-image > div {
    --bs-gutter-x: 0;
  }
  .alexander-disease .text-and-image .media-col {
    position: relative;
    height: 500px;
    overflow: hidden;
    margin-top: -47px;
  }
  .alexander-disease .text-and-image .media-col img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
  }
}
.alexander-disease .text-and-cta {
  max-width: 100%;
}
@media (max-width: 1440.98px) {
  .alexander-disease .text-and-cta img {
    width: 100%;
  }
}