.animated-statistics-v2 {
  display: flex;
  flex-wrap: wrap;  
}
{#.main-anim-stats-section{
  border: 0 none;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-style: solid;
  border-bottom-style: solid;
}#}
.main-anim-stats-section .wrapper{
  max-width:1360px;
  width:100%;
  padding:0px 20px;
  margin: 0 auto;
  box-sizing:border-box;
}
.animated-statistics-v2__card {
    flex: 1 1 0%;
    min-width: 0;
    display: flex;
    flex-direction: column;
  position:relative;
  }
.animated-statistics-v2__card:first-child:before{
  display:none;
}
.animated-statistics-v2__card:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-image: url('https://www.vergesense.com/hubfs/child-generator-theme-2026/assets/home/assets/images/animated-stats-border-right.svg');
  background-size: cover;
  opacity: 0.5; /* Only affects the image, not the text */
  z-index: 0;
}
.animated-statistics-v2__card-header {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.animated-statistics-v2__card-header.reverse {    
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.animated-statistics-v2__image-box{
  text-align:center;
  margin-bottom:12px;
}

@media (max-width: 767px) {
  .animated-statistics-v2__card {
    width: 100% !important;
  }
  .animated-statistics-v2__card:before{
    display:none;
  }
}