.textCard {
  padding: 32px;
  border-radius: 16px;
  font-family: "MuseoSans_300_Light", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: var(--Font-Primary, #3A3B3D);
}

.textCard h1 {
  color: #3A3B3D;
}

.staticPDLanding .margin-paragraph p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.margin-paragraph {
  padding: 0px;
}

.margin-paragraph p:last-child {
  margin-bottom: 0px;
}

.textCard P {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.textCard P strong {
  font-size: 20px;
  line-height: 24px;
}

.textCard P u {
  font-size: 20px;
  line-height: 24px;
}

.ctaAnchor {
  margin-top: 0px;
  margin-bottom: 32px;
}

.staticPDLanding p a {
  font-size: 20px;
  line-height: 24px;
}

.discliamer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: var(--white, #FFF);
}

@media (max-width: 768px) {
  .textCard P {
    font-size: 18px;
    line-height: 24px;
  }
  .textCard P u {
    font-size: 18px;
    line-height: 24px;
  }
  .staticPDLanding .margin-paragraph P {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .margin-paragraph p:last-child {
    margin-bottom: 0px;
  }
}