.fs--style-9 .fs-09-heading-block p {
  text-align:center;
  color:#6E7191 !important;
}

.fs-09-content-block h6 span{
   color:#12141D !important;
}

.fs--style-9 .button span {
    align-items: center;
/*     color: #0d0a2c; */
    display: flex;
    font-weight: 600;
    gap: 8px;
/*     justify-content: center; */
    text-transform: capitalize;
}


body.rp_theme_dark  :not(.button):not(.hs-button) .fs--style-9 .fs-09-heading-block p span {
  color:#6E7191 !important;
}

body.rp_theme_dark  :not(.button):not(.hs-button) .fs--style-9 .fs-09-content-box p span {
  color:rgb(255,255,255,0.7) !important;
}

body.rp_theme_dark .fs-09-content-block h6 span{
   color:#FFF !important;
}

body.rp_theme_dark .fs--style-9 .fs-09-wrapper .fs-09-info-block{
  background:#4A3AFF !important;
  border-radius:12px;
}

body.rp_theme_dark .fs--style-9 {
      background-image: linear-gradient(to right, rgba(22, 25, 33, 1),rgba(39, 41, 50, 1)); !important;
}

body.rp_theme_dark .fs--style-9 .overline{
      color:#4A3AFF !important;
}


