.stats_gradient {
  position: relative;
}
.stats_violet_grad {
  position: absolute;
  top: -80px;
  z-index: -1;
  max-width: 100%;
}

.stats_wrapper {
  max-width: 1120px;
  margin: 96px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.stats_img_icon_wrapper img{
  height: 80px;
  width: 80px;
}
.stats_img_icon_wrapper{
  margin-bottom: 32px;
}
.stats_inner_wrapper {
  width: 100%;
  border-radius: 24px;
  background: #fff;
  padding: 48px 40px;
  height: 340px;
}
.stats_percent {
  font-family: "avenir_next_worldbold", 'Verdana';
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
  color: #333;
  margin-bottom: 8px;
}
.stats_inner_wrapper p {
  font-family: "avenir_next_worldmedium", 'Verdana';
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #707070;
  margin-bottom: 0px;
}
.stats_icon_wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 34px;
}
.stats_grad_mob {
  width: 100% !important;
  position: absolute;
  top: -90px !important;
  right: 0;
  z-index: -1;
  height: 1100px;
}
.stats_grad2_mob {
  width: 414px !important;
  position: absolute;
  top: 100px !important;
  left: 0;
  z-index: -1;
  max-width: 100%;
}
.stats_grad3_mob {
  width: 100% !important;
  position: absolute;
  top: 480px !important;
  right: 0;
  z-index:-1;
}
@media (min-width: 1700px)
{
  .stats_violet_grad{left:100px; top: -99px !important;}
  .stats_blue_grad{ left: 800px !important;}
  .stats_yellow_grad{right: 129px !important;}
}
@media(min-width:1920px){
  .stats_violet_grad{width: 1231px !important;top: -100px !important;}
  .stats_blue_grad{ left: 987px !important;}
  .stats_yellow_grad{ right: 329px !important;}

}
/* Large Device only (1024 < Width <= 1439) */
@media (max-width: 1439px) and (min-width: 1025px) {

}
/*  Medium Device Only (768 <= Width <= 1024) */
@media (max-width: 1024px) and (min-width: 768px) {
  .stats_inner_wrapper{
    height: 376px;
  }
  .stats_violet_grad{
    top: 0px;
    height: 600px;
    width: 100%;
  }
}
@media(min-width:1024px) and (max-width:1366px){
  .stats_wrapper{
    max-width: 100%;
    padding: 0 40px;
    gap: 20px;
  }
  .stats_blue_grad{
    width:300px;
    right: 0 !important;
  }
}
@media(min-width:768px) and (max-width:1023px){
  .stats_wrapper{
    max-width: 100%;
    gap: 20px;
    padding: 0 40px;
  }
  .stats_inner_wrapper p br{
    display:none;
  }
  .stats_inner_wrapper{
    height: 100%;
  }
  .stats_violet_grad{top: -63px;width: 700px;}
  .stats_blue_grad{top: -150px;left: 294px;}
  .stats_yellow_grad{    width: 460px;    top: 66px;}
  .stats_para3{margin-bottom: 5px !important;}
}
@media (max-width: 991px) {
  .stats_wrapper {
    grid-gap: 32px;
    flex-direction: column;
  }
  .stats_img_icon_wrapper img{
    height: 58px;
    width: 58px;
  }
  .stats_grad3_mob{
    top: 280px !important;
  }
}
@media (max-width: 767px) {
  .stats_wrapper {
    flex-direction: column;
    max-width: 100%;
    gap: 32px;
    padding: 0px 16px;
    margin: 0px auto 64px auto;
  }
  .stats_inner_wrapper {
    max-width: 100%;
    width:100%;
    height: 100%;
    padding: 48px 28px;
  }
  .stats_percent {
    font-size: 20px;
    line-height: 24px;
  }
  .stats_grad3_mob{
    top: 540px !important;
  }
  .stats_grad2_mob{
    width: 414px !important;
    height: 800px;
  }
}
