.fs--style-7 .heading {
  margin-bottom:80px;
      justify-content: center;
    display: flex;
}

.fs--style-7 .overline {
      justify-content: center;
    display: flex;
}

.fs--style-7 .fs-07-content-box p{
  color:#0D0A2C;
}

@media only screen and (max-width:768px) {
   .fs-07-wrapper{
   flex-direction: column;
         row-gap: 60px;
}
  
  .fs--style-7 .row-fluid [class*=span] {
    width: 0%;
}

}

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

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

body.rp_theme_dark .fs--style-7 .fs-07-icon-box  svg, body.rp_theme_dark .fs--style-7 .fs-07-icon-box  img {
    width: 48px;
    color: #fff !important;
    filter: invert(0);


}

body.rp_theme_dark .fs--style-7 .fs-07-content-box p{
  color:#6E7191 !important;
}