/*  .fs--style-16 {
    background: linear-gradient(to bottom,rgba(241,241,241,1),rgba(255,255,255,0.78));
} */

.fs-16-heading-wrapper{
  display:flex;
  justify-content: space-between;
  padding-left: 20px;
}

.fs--style-16.overline {
    background: transparent !important;
}

.fs-16-heading-wrapper p{
    max-width: 50%;
}

.fs--style-16.overline {
/*     display: block;
    justify-content: left ; */
}


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


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

body.rp_theme_dark .fs-16-content-box p, body.rp_theme_dark .fs-16-heading-wrapper p{
      color:#6E7191 !important;
}



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

 @media only screen and (max-width:560px) {
.fs-16-heading-wrapper{
  display:flex;
  flex-direction:column;
  justify-content: space-between;
}
   .fs-16-heading-wrapper p{
    max-width: 100%;
}
   .fs--style-16.overline {
    display: flex;
    justify-content: center ;
}

}