

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

.fs-09-content-block{
   color:#12141D;
}

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

.fs--style-999 .fs-09-info-block:last-child{
   border-right: none;
}

.fs--style-999 .fs-09-info-block {
  flex: 0 0 calc(100% / 3 - 40px);
  display: flex;
  align-items: flex-start;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border-right: 3px solid rgb(63, 63, 70, 0.1);
    padding-right: 55px;
  justify-content: center;
    -o-transition: all .5s;
    height: 150px;
}




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

body.rp_theme_dark .fs--style-999 .fs-09-info-block {

  border-right: 3px solid rgb(255, 255, 255, 0.2);

}

body.rp_theme_dark .fs--style-999 .fs-09-info-block:last-child{
   border-right: none;
}

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

body.rp_theme_dark .fs--style-999 .fs-09-icon-box svg, body.rp_theme_dark .fs--style-999 .fs-09-icon-box img {
/*     width: 48px;
    color: #fff !important;
    filter: invert(1); */
  
      color: #4A3AFF;
/*     -webkit-filter: invert(100%);
    filter: invert(100%); */
}

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



@media screen and (max-width: 768px)
.fs--style-999 .fs-09-heading-block {
    margin-bottom: 80px !important;
}

