.col-container ul {
  margin-bottom: 0;
  color: var(--Font-Primary, #3A3B3D);
  font-family: "MuseoSans_300_Light", sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 27px;
}

.center-alignment-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta-button-container {
  margin-top: 24px;
}

.two-col-text-cta-btn {
  padding: 8px 16px;
  height: 36px;
  background: var(--Action-Primary, #003DA5);
  border-radius: 9999px;
  color: var(--Action-Reversed, var(--white, #FFF)) !important;
  cursor: pointer;
  font-family: "MuseoSans_500", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
}

.two-col-text-cta-btn:hover {
  color: var(--Action-Reversed, var(--white, #FFF)) !important;
  background-color: #1054C9;
  border-bottom: none;
  text-decoration: underline;
}

.staticPDLanding .font-text-container ul li {
  font-size: 20px;
  line-height: 30px;
}

.two_col_cta_header h2 {
  margin-bottom: 0;
}

.margin-top-button {
  margin-top: 32px;
}

.staticPDLanding .medicalBenefitCompSeven h2 {
  margin-bottom: 0px !important;
}

.two_col_cta_header {
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  .staticPDLanding .col-container ul {
    margin-top: 0px !important;
  }
  .col-container ul {
    color: var(--Font-Primary, #3A3B3D);
    margin-top: 24px;
    font-size: 20px;
    line-height: 30px;
  }
  .two-col-text-cta-btn {
    height: 48px;
    padding: 11.5px 16px;
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .cta-button-container {
    margin-top: 16px;
  }
  .staticPDLanding .font-text-container ul li {
    font-size: 18px;
    line-height: 27px;
  }
  .two_col_cta_header {
    margin-bottom: 8px;
  }
}
.cta-col-btn:hover {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  border-bottom: 0px !important;
  border-radius: 9999px;
  color: var(--Action-Reversed, var(--white, #FFF)) !important;
  background-color: #1054C9;
  stroke-width: 1px;
  stroke: var(--Action-Reversed, #FFF);
}

.cta-col-btn:focus {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  outline: 1px dashed var(--Action-Primary-active, #1054C9);
  outline-offset: 1px;
  color: var(--Action-Reversed, var(--white, #FFF)) !important;
  background-color: #1054C9;
}

.cta-col-btn:disabled, .disabled {
  color: var(--Action-Reversed, var(--white, #FFF)) !important;
  background-color: #1054C9;
  text-align: center;
  /* Heading LG/Level 4 */
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 125% */
  pointer-events: none;
}