.textcard {
  font-family: "MuseoSans_300_Light", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
  border-top-left-radius: 8px;
  color: var(--Font-Primary, #3A3B3D);
}
.textcard h3 {
  font-family: "MuseoSans_300_Light", sans-serif !important;
  font-weight: 300;
  font-size: 28px;
}

.textcard p {
  margin-bottom: 0;
  font-family: "MuseoSans_300_Light", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
}

.textcard p a {
  margin-bottom: 0;
  font-family: "MuseoSans_300_Light", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
}

.textcard p strong {
  font-size: 28px;
  line-height: 35px;
}

.textcard p a u {
  font-family: "MuseoSans_300_Light", sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.author {
  font-family: "MuseoSans_700_Bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  color: var(--Font-Primary, #3A3B3D);
  border-top-left-radius: 8px;
}

#zahidjavaid-pharmd .author {
  font-size: 16px !important;
  letter-spacing: 0px !important;
  line-height: 20px !important;
}

.staticPDLanding .textQuote p a {
  font-family: "MuseoSans_300_Light", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
}

.textQuote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  border-top-left-radius: 8px;
  border-left-color: #3A3B3D;
}

.vr {
  height: auto;
  border-left: 8px solid #E8F0F8;
  padding-left: 32px;
}

#zahidjavaid-pharmd .vr {
  padding-left: 24px;
}

@media (max-width: 768px) {
  .textcard {
    font-size: 24px;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .textcard p {
    font-size: 24px;
    line-height: 30px;
  }
  .textcard p a {
    font-size: 24px;
    line-height: 30px;
  }
  .textcard p a u {
    font-size: 24px;
    line-height: 30px;
  }
  .textQuote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .staticPDLanding p a {
    font-size: 24px;
    line-height: 30px;
  }
}