.counter-23-section .heading--block h3{
  color:#000B33;
}

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

body.rp_theme_dark .counter-23-section .counter-box .counter-number-box .counter,
body.rp_theme_dark .counter-23-section .counter-box .counter-number-group span {
 color:#FFF !important;
}

body.rp_theme_dark .counter-23-section .overtext-box{
      color:#4A3AFF !important;
}


.counter-23-section{
  padding:150px 20px;
  background-color:F5F5F5;
}

.counter-23-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: 30px;
  row-gap: 30px;
  width: 100%;
}

.counter-23-section .counter-box .counter-number-box{
  width: auto;
    display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  gap: 10px;
}

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

}

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

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


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

.counter-23-section .counter-box .counter-number-box .description *{
  color: #000B33;
}



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

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

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

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

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

}

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

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

}


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