.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-section-2 {
  background: #ecfcff;
  padding: 64px 0;
  display: flex;
  flex-direction: column;
}

.content-section-3 {
  background: #fff;
  padding: 64px 0;
  display: flex;
  flex-direction: column;
}

.content-columns {
  max-width: 938px;
  margin: 0 auto;
  display: flex;
  gap: 32px;
}

img.content-columns__icon {
  align-self: flex-start;
  width: 162px;
  aspect-ratio: auto;
}

.content-section-3 img.content-columns__icon {
  width: 255.584px;
  height: 96px;
  aspect-ratio: auto;
}

.content-columns__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  flex: 1;
}

.content-columns__wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

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

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

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

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;
}

.text__normal a {
    color: #063a4c;
    text-decoration: underline;
}

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

.pink-var {
  color: #f307f8;
  font-size: 18px;
  line-height: 24px;
}

.text__normal a.pink-var {
    color: #f307f8;
	text-decoration: none;
}

.text__normal a.pink-var:hover{
	text-decoration: none !important;
}

.text__normal a:hover {
  text-decoration: none;
}

ul.content-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
}

li.content-list__item {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 425;
  line-height: 24px;
  color: #333;
  text-box: trim-both cap alphabetic;
  position: relative;
  padding-left: 26px;
}

li.content-list__item::marker {
  font-size: 0.8em;
}

li.content-list__item::before {
  content: "•";
  position: absolute;
  left: 0.8em;
  top: -0.05em;
  font-size: 0.8em;
  line-height: 1;
}

.content-columns__btn {
  display: flex;
  gap: 16px;
  width: fit-content;
  padding: 8px 24px;
  height: 50px;
  background-color: #b8f0ff;
  transition: 150ms ease;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.content-columns__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;
}

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

.content-columns__btn:hover,
.content-columns__btn:active {
  background-color: #a3e9fe;
}

.content-columns__btn:hover span.content-columns__btn-arrow,
.content-columns__btn:active span.content-columns__btn-arrow {
  transform: translateX(8px);
}

.content-columns__btn:active {
  transform: scale(0.95);
  transform-origin: center;
}

.content-section-2 .footnotes-group {
  max-width: 938px;
  margin: 0 auto;
  padding: 0;
}

.content-section-2 .footnotes__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-section-2 .footnotes__item {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin: 0;
  padding: 0;
}

.content-section-2 .footnotes__text {
  flex: 1 0 0;
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 425;
  line-height: 20px;
  color: #333;
  text-box: trim-both cap alphabetic;
}

.content-section-2 .footnotes__symbol {
  flex: 0 0 auto;
  font-size: 9.03px;
  line-height: 20px;
  vertical-align: baseline;
  display: inline-block;
  position: relative;
  top: -0.9em;
  align-self: flex-start;
  min-width: 5px;
}

.content-section-2 .footnotes__symbol--ast {
  font-size: 14px;
  line-height: 20px;
  vertical-align: baseline;
  top: -0.4em;
}

.content-section-2 .footnotes__link {
  color: inherit;
  text-decoration: underline;
}

.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/imf-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: 150ms ease;
}

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

.cta-section__btn:hover span.cta-section__btn-arrow,
.cta-section__btn:active span.cta-section__btn-arrow {
  transform: translateX(8px);
}

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

span.time {
  font-size: 16px;
  line-height: 24px;
}

@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-section-2 {
    padding: 40px 15px;
  }

  .content-section-3 {
    padding: 40px 15px;
  }

  .content-columns {
    flex-direction: column;
  }

  .content-section-3 .content-columns {
    flex-direction: column-reverse;
  }

  img.content-columns__icon {
    align-self: center;
  }

  .content-section-3 img.content-columns__icon {
    max-width: 100%;
    height: auto;
  }

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

  ul.content-list {
    padding-left: 0px;
  }

  li.content-list__item::before {
    font-size: 0.9em;
    top: -0.09em;
    left: 0.7em;
  }

  .content-section-2 .footnotes__item {
    margin-left: 0;
  }

  .content-section-2 .footnotes-group {
    padding: 0;
  }

  .content-section-2 .footnotes__symbol {
    min-width: 7px;
  }

  .content-columns__btn {
    width: fit-content;
    min-width: 260px;
    white-space: nowrap;
  }

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

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

  .cta-section__btn {
    width: 100%;
    text-align: center;
  }

  .phone__link a[href^="tel:"] {
    /*color: #f307f8;*/
    color:#063a4c;
    text-decoration: underline;
  }
}
