.dwp-statisticsection {
  background: #f7f0eb;
  overflow: hidden;
  padding: 60px 0;
}
.dwp-statistic-heading {
  position: relative;
  text-align: center;
}
@media (min-width: 1200px) {
  .dwp-statistic-heading {
    border-inline-end: 1px solid #707070;
  }
}
.stats-wrapper {
  padding: 0 40px;
  gap: 36px;
}
@media (max-width: 1200px){
    .stats-wrapper{
        gap:0;
    }
}
@media (max-width: 768px){
    .stats-wrapper{
        padding: 0 20px;
        gap:24px
    }

}
@media (min-width: 1200px) {
  .stats-wrapper {
    height: 240px;
  }
 
}

@media (min-width: 1920px) {
  .stats-wrapper {
    padding: 0 70px;
    gap: 120px;
  }
}

.dwp-statistic-heading .dwp-statistic-title {
  font-family: hadassa;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.167;
  margin: 0;
}
.dwp-statisticsection-list {
  line-height: 1.1;
  gap: 14px;
}

@media (min-width: 1920px) {
  .dwp-statisticsection-list {
    gap: 40px;
  }
}
@media (max-width:1200px){
.dwp-statistic-heading {
    padding: 32px 24px;
    border-top: 1px solid #707070;
}
.dwp-statistic-title{
    padding: 0;
}
}
@media (max-width: 768px) {
  .dwp-statisticsection-list {
    row-gap: 12px;
    column-gap: 0;
    padding: 0;
    flex-wrap: wrap;
  }
       .dwp-statistic-heading .dwp-statistic-title{

font-size:30px;
line-height: 1; /* 100% */
padding-top:40px;
  }
}
.dwp-statisticsection-list ul {
  flex-wrap: wrap;
  margin: 0;
  padding: 20px 0;
  width: 100%;
}
.dwp-statisticsection-list li {
  flex-shrink: 0;
  /*  padding: 20px 2%; */
  width: 10.3125rem;
}
.dwp-statisticsection-list .dwp-value {
  font-family: hadassa;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1;
  word-break: break-word;
}
.dwp-statisticsection-list p {
  margin: 0;
}
.single-stat {
  text-align: center;
  font-family: "narkis", "frutiger", sans-serif;
  height: 185px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (max-width: 1199.8px) {
    .single-stat{
        height: 136px;
    }
  /* .dwp-statistic-heading:before {
    border-left: 1px solid #707070;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
  } */
}
@media (min-width: 992px) {
  .dwp-statistic-heading:before {
    left: 10%;
  }
  .dwp-statisticsection-list ul {
    margin: 0 -30px;
    padding: 0 0 0 7%;
  }
  /*  .dwp-statisticsection-list li {
    padding: 30px 2% 14px;
  } */
}
.dwp-statistic-tooltip .tooltip-inner {
  padding: 15px;
  top: -10px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
  color: #1a1a1a;
  max-width: 427px;
  max-height: 100%;
  box-shadow: 0px 2px 16px 0px #7c72723d;
  background: #fffaf8;
  border-radius: 8px;
  text-align: right;
}
.stat-tooltip-html .stat-tooltip-html-title {
  font-size: 14px;
  line-height: 17.5px;
  color: #1a1a1a;
  font-weight: 500;
  margin-bottom: 10px;
}
