.heading-section {
  max-width: 938px;
  margin: 0 auto;
  padding: 40px 0;
  margin-top: 35px;
}

h1.heading-section__heading {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #063a4c;
  text-box: trim-both cap alphabetic;
  text-align: center;
}

.content-banner {
  padding: 51px 0;
  background-color: #327096;
}

.content-banner__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 938px;
  margin: 0 auto;
}

.content-banner h3.text__heading {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  letter-spacing: normal;
  text-box: trim-both cap alphabetic;
  color: #fff;
}

.content-banner p.text__normal {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 425;
  line-height: 24px;
  text-box: trim-both cap alphabetic;
  color: #fff;
}

.content-section-2 {
  position: relative;
  padding: 64px 0;
  background-color: #ecfcff;
}

.content-section-2 .content__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 938px;
  margin: 0 auto;
}

h2.text__heading {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  text-box: trim-both cap alphabetic;
  color: #333;
}

ul.side-effects__card-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: flex-start;
  align-items: flex-start;
}

li.side-effects__card {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  width: 100%;
  padding: 32px;
  background-color: #fff;
  align-items: center;
}

img.side-effects__card-icon {
  width: 80px;
  height: 80px;
  align-self: flex-start;
}

p.side-effects__card-text {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 425;
  line-height: 24px;
  text-box: trim-both cap alphabetic;
  color: #333;
}

p.side-effects__card-text strong {
  font-family: "filson-pro";
  font-weight: 800;
}

p.text__normal {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 425;
  line-height: 24px;
  text-box: trim-both cap alphabetic;
  color: #333;
}

p.text__normal strong {
  font-family: "filson-pro";
  font-weight: 800;
}

.content-section-3 {
  padding: 64px 0;
  background-color: #fff;
}

.content-section-3 .text__heading {
  font-family: "filson-pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.24px;
  text-align: center;
  text-box: trim-both cap alphabetic;
  color: #063a4c;
}

.content-section-3 .text__heading span.text__ast {
  font-weight: 425;
}

.content-section-3 .content__wrapper {
     position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 938px;
    margin: 0 auto;
}

.content-section-3 .content__wrapper--top {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.content-section-3 .content__wrapper--body {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.content-section-3 .content__wrapper--bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.side-effects__text-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  justify-content: center;
}

ul.side-effects-icons__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 32px;
  justify-content: center;
  align-items: flex-start;
}

li.side-effects-icons__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 162px;
  flex: 0 0 162px;
  justify-content: center;
  align-items: center;
}

img.side-effects-icons__icon {
  width: 80px;
  height: 80px;
}

.side-effects-icons__label {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  text-box: trim-both cap alphabetic;
  color: #063a4c;
  text-align: center;
}

.content-section-3 p.text__normal {
  text-align: center;
}
.content-section-3 p.text__normal strong {
  font-family: "filson-pro";
  font-weight: 700;
}

ul.side-effects__text-list {
  margin: 0;
  padding: 0;
  padding-left: 1.4em;
  text-box: trim-both cap alphabetic;
}
li.side-effects__text-item {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 425;
  line-height: 24px;
  color: #333;
}

li.side-effects__text-item::marker {
  font-size: 0.8em;
}

a.text__link {
  font-family: "filson-pro";
  font-weight: 800;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  color: #063a4c;
}

a.text__link:hover {
  text-decoration: underline !important;
  color: #116379 !important;
}

.cta-section {
  background-color: #063a4c;
  padding: 40px 0;
}

.cta-section__wrapper {
  max-width: 1132px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.cta-section__heading {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  text-box: trim-both cap alphabetic;
  letter-spacing: 0.24px;
  color: #fff;
}

.cta-section__btn {
  display: flex;
  gap: 16px;
  width: fit-content;
  padding: 8px 24px;
  height: 72px;
  background-color: #b8f0ff;
  transition: 150ms ease;
  justify-content: center;
  align-items: center;
}

.cta-section__btn-label {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #063a4c;
    white-space: nowrap;
}

.cta-section__btn-arrow {
  flex: 0 0 24px;
  height: 24px;
  background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/nmibc-full/global/download-cta-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: 150ms ease;
}

.cta-section__btn:hover {
  background-color: #a3e9fe;
}

.cta-section__btn:hover span.cta-section__btn-arrow {
}

.cta-section__btn:active {
  transform: scale(0.95);
  transform-origin: center;
}

.side-effects__fpo-desktop-overlays,
.side-effects__fpo-mobile-overlays {
  display: none;
}

.side-effects__fpo-desktop-overlays {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.side-effects__fpo-mobile-overlays {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.side-effects__fpo-mark {
  position: absolute;
  left: 50%;
  color: #f307f8;
  opacity: 0.75;
  font-family: "filson-pro", sans-serif;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 2.24px;
  white-space: nowrap;
  text-align: center;
  transform-origin: center center;
}

.side-effects__fpo-mark--md {
  width: 490px;
  margin-left: -245px;
  font-size: 224px;
  transform: rotate(-15deg);
}

.side-effects__fpo-mark--lg {
  width: 490px;
  margin-left: -245px;
  font-size: 224px;
  transform: rotate(-15deg) scale(1.39);
}

.side-effects__fpo-mark--sm {
  width: 337px;
  margin-left: -168.5px;
  font-size: 154px;
  transform: rotate(-15deg);
  letter-spacing: 1.54px;
}

.side-effects__fpo-desktop-overlays--section-2 .side-effects__fpo-mark--1 {
  top: 364px;
}

.side-effects__fpo-desktop-overlays--section-2 .side-effects__fpo-mark--2 {
  top: 1020px;
}

.side-effects__fpo-desktop-overlays--section-2 .side-effects__fpo-mark--3 {
  top: 1676px;
}

.side-effects__fpo-desktop-overlays--section-3 .side-effects__fpo-mark--1 {
  top: 200px;
  display: none;
}

.side-effects__fpo-desktop-overlays--section-3 .side-effects__fpo-mark--2 {
  /*top: 560px;*/
  top: 515px;
}

li.side-effects__card {
    transform: translateY(100px);
    opacity: 0;
    transition: 1s ease;
}

li.side-effects__card.content-symptoms__item--animate {
    transform: translateY(0);
    opacity: 1;
}

@media screen and (max-width: 992px) {
  .heading-section {
    margin-top: 0;
    padding: 40px 15px;
  }

  h1.heading-section__heading {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.3px;
  }

  .content-banner {
    padding: 51px 15px;
  }

  .content-banner h3.text__heading {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.52px;
  }

  h2.text__heading {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.52px;
  }

  .content-section-2 {
    padding: 64px 15px;
  }

  li.side-effects__card {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .content-section-3 {
    padding: 64px 30px;
  }

  .content-section-3 h3.text__heading {
    margin: 0;
    padding: 0;
    font-family: "filson-pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.24px;
    text-box: trim-both cap alphabetic;
    color: #063a4c;
  }

  .content-section-3 .content__wrapper--top {
    text-align: center;
  }

  ul.side-effects-icons__list {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    column-gap: 0;
    row-gap: 64px;
  }

  li.side-effects-icons__item {
    width: auto;
    flex-basis: auto;
  }

  .side-effects__text-columns {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .content-section-3 .content__wrapper--bottom {
    margin-left: -15px;
    margin-right: -15px;
  }

  .cta-section {
    padding: 40px 15px;
  }

  .cta-section__wrapper {
    flex-direction: column;
  }

  .cta-section__btn {
    width: 100%;
    text-wrap: nowrap;
  }

  .side-effects__fpo-mobile-overlays {
    display: block;
  }

  .side-effects__fpo-mobile-overlays--section-2 .side-effects__fpo-mark--1 {
    top: 413px;
  }

  .side-effects__fpo-mobile-overlays--section-2 .side-effects__fpo-mark--2 {
    top: 1539px;
  }

  .side-effects__fpo-mobile-overlays--section-2 .side-effects__fpo-mark--3 {
    top: 2684px;
  }

  .side-effects__fpo-mobile-overlays--section-2 .side-effects__fpo-mark--4 {
    top: 3839px;
  }

  .side-effects__fpo-mobile-overlays--section-3 .side-effects__fpo-mark--1 {
    top: 512px;
  }

  .side-effects__fpo-mobile-overlays--section-3 .side-effects__fpo-mark--2 {
    top: 1280px;
  }

    span.side-effects__fpo-mark.side-effects__fpo-mark--sm.side-effects__fpo-mark--1 {
        /* background: red; */
        display: none;
    }

}

@media screen and (min-width: 993px) {
  .side-effects__fpo-desktop-overlays {
    display: block;
  }
}
