/* .heading--block{
  text-align:center;
} */

/* .counter-12-section{
  display: flex;
  align-items: center;
  justify-content: center;
} */

.counter-12-section{
  padding:150px 20px;
  background:#DDDBFE;
}

.counter-12-section .counter-box{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 24px;
  overflow: hidden;
  padding: 50px 0;
  column-gap: 50px;
  row-gap: 30px;
  width: 100%;
}

.counter-12-section .counter-box .counter-number-box{
  width: 350px;
}

.counter-12-section .counter-box .icon{
  width: 70px;
  display: inline-block;
  margin-bottom: 10px;

}

.counter-12-section .counter-box svg{
  fill: #FFF;
  transition: .4s all linear;
  width: 100%;
  height: 100%;
}

.counter-12-section.image img{
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: center;
}


.counter-12-section .counter-box .counter-number-box .counter,
.counter-12-section .counter-box .counter-number-group span{
  font-size: 63px;
  line-height: 120%;
  letter-spacing: -3px;
  font-weight: 700;
  color: #12141D;
  display: inline-block;
}

.counter-12-section .counter-box .counter-number-box .description *{
  color: #12141D;
}



/* Media query for responsive */
@media screen and (max-width: 900px) {

  .counter-12-section .counter-box .counter-number-box{
    width: auto;
  }

  .counter-12-section .counter-box{
    flex-wrap: wrap;
  }

  .counter-12-section .counter-box .counter-number-box:not(:last-child){
    border-right: 0px !important;
  }

  .counter-12-section .counter-box .counter-number-box .counter,
  .counter-12-section .counter-box .counter-number-group span{
    font-size: 54px !important;
  }

}

@media screen and (max-width: 768px) {
  .counter-12-section{
  padding:80px 20px;
}

  
  .counter-12-section .counter-box .counter-number-box .counter,
  .counter-12-section .counter-box .counter-number-group span{
    font-size: 48px !important;
  }

}


@media screen and (max-width: 560px) {
  .counter-12-section{
  padding:50px 20px;
}
}

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

body.rp_theme_dark .counter-12-section  :not(.button):not(.hs-button), body.rp_theme_dark .counter-12-section :not(.button):not(.hs-button), body.rp_theme_dark .rp-footer :not(.button):not(.hs-button) {
    color: #fff !important;
}



#hs_cos_wrapper_widget_1686719854050 .counter-12-section .overtext-box {
    color: #4a3aff  !important;
}

