.fs--style-10{
  background-color:rgb(0, 28, 128,0.02);
}

.fs--style-10 .overline {
    display: flex;
    justify-content: left !important;
}

.fs-10-info-block:first-child{
 max-height:320px !important;
}


@media only screen and (max-width:560px) {
   .fs-07-wrapper{
   flex-direction: column;
}
.fs-10-wrapper {
   display: grid;
    grid-template-columns:none;
  margin-bottom: 30px;
}
.fs-10-info-block:nth-child(2n){
  top:0px;
}
}

.fs-10-heading-block {
    margin-bottom: 45px;
}

body.rp_theme_dark .fs--style-10 .fs-10-wrapper .fs-10-info-block {
    background: #4A3AFF !important;
}

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

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

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

body.rp_theme_dark .fs-10-content-box p{
  color:rgba(255,255,255,0.7) !important;
}

.uk-button-primary {
    background-color: #1e87f0;
    color: #fff;
    border: none !important;
}