.stats_with_inner {
  min-height: 566px;
  padding: 88px 0;
}
.stats_with_inner .stats_main_title {
  margin-bottom: 60px;
}
.stats_with_inner .stats_main_title .stat_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.stats_with_inner .stats_main_link {
  margin-top: 49px;
}
.stats_with_inner .stats_main_link .cta {
  min-width: 195px;
}
.stats_with_inner > div {
  z-index: 1;
}
.stats_with_inner:after, .stats_with_inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.stats_with_inner:after {
  background: var(--gradient-primary-linear);
  height: 165px;
}
.stats_with_inner:before{
  background: var(--gradient-secondary-linear);
}
.stats_with_text_wrapper .stats_with_inner .single_stats:before {
  content: '';
  width: 1px;
  background: var(--trans-background-3);
  height: 100%;
  position: absolute;
  right: -15px;
}
.stats_with_text_wrapper .stats_with_inner .stats_space_top:last-child .single_stats:before {
  display: none;
}
/*------ Media Query --------------------------------*/
@media all and (max-width: 991.98px) {
  .stats_with_inner {
    padding: 98px 0 69px;
  }
}
@media all and (max-width: 991.98px) and (min-width:768px) {
  .stats_main_inner {
    max-width: 600px;
    margin: 0 auto;
  }
  .stats_with_text_wrapper .stats_space_top .single_stats {
    padding: 0 15px;
  }
}
@media all and (max-width: 991.98px) and (min-width:576px) {
  .stats_with_text_wrapper .stats_space_top:nth-child(1n+3) {
    margin-top: 50px;
  }
  .stats_with_text_wrapper .stats_space_top:nth-child(2n+2) .single_stats:before {
    display: none;
  }
  .stats_with_text_wrapper .stats_space_top:nth-child(1n+3):before {
    content: '';
    width: auto;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 15px;
    right: 15px;
    top: -25px;
    display: block;
  }
}
@media all and (max-width: 767.98px) {
  .stats_with_inner .stats_main_title .stat_logo {
    max-width: 94px;
  }
  .stats_main_inner {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media all and (max-width: 575.98px) {
  .stats_main_inner {
    max-width: 100%;
  }
  .stats_with_text_wrapper .stats_space_top {
    margin-bottom: 50px;
  }
  .stats_with_text_wrapper .stats_space_top:after {
    content: '';
    width: auto;
    background: var(--trans-background-3);
    height: 1px;
    position: absolute;
    bottom: -25px;
    left: 15px;
    right: 15px;
  }
  .stats_with_text_wrapper .stats_space_top:last-child {
    margin-bottom: 0;
  }
  .stats_with_text_wrapper .stats_space_top:last-child:after {
    display: none;
  }
  .stats_with_text_wrapper .stats_with_inner .single_stats:before {
    display: none;
  }
}
