.number-wrap.small {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 40px;
  font-family: "Oxygen", sans-serif;
  max-width: 560px;

}
@media (max-width: 991.98px) {
  .number-wrap.small {
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .number-wrap.small {
    padding-top: 20px;
  }
  .number-wrap.small p {
      font-size:14px;
    }
}
.number-wrap.small .right-box {
  width: 160px;
}
@media (max-width: 1199.98px) {
  .number-wrap.small .right-box {
    width: 120px;
  }
}
@media (max-width: 575.98px) {
  .number-wrap.small .right-box {
    width: 70px;
  }
}
.number-wrap.small h5 {
  font-weight: 600;
	font-size:25px;
  font-family: "Oxygen", sans-serif;
}
@media (min-width: 1200px) {
  .number-wrap.small h5 {
    font-size: 30px;
  }
}


.number-wrap.large {
  display: flex;
  /* justify-content: space-between; */
  margin: 60px 0px 0;
  position: relative;
  transition-delay: 0.4s;
}
@media (max-width: 991.98px) {
  .number-wrap.large {
    margin: 50px 0px 0;
  }
}
@media (max-width: 767.98px) {
  .number-wrap.large {
    margin: 40px 0px 0;
  }
}
.number-wrap.large .right-box {
  max-width: 200px;
  flex: 0 0 33.33333%;
  padding-right: 15px;
}
@media (max-width: 767.98px) {
  .number-wrap.large .right-box {
    max-width: 120px;
  }
}
.number-wrap.large .h4 {
  font-size: 36px;
}
@media (max-width: 991.98px) {
  .number-wrap.large .h4 {
    font-size: 28px;
  }
}
@media (max-width: 399.98px) {
  .number-wrap.large .h4 {
    font-size: 24px;
  }
}
.number-wrap.large .h6 {
  font-size: 14px;
  font-weight: 400;
  /* font-family: "Oxygen", sans-serif; */
}

.number-wrap.large:after, .number-wrap.large:before {
  position: absolute;
  content: "";
  top: 0%;
  left: 30%;
  width: 1px;
  height: 100%;
  background: #707070;
  opacity: 0.16;
  display: none;
}
.home-temple-health .left:after{
  position: absolute;
  content: '';
  width: 30%;
  height: 168px;
  left: -70px;
  bottom: -110px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='158' height='168.585' viewBox='0 0 158 168.585'%3E%3Cg id='Group_58933' data-name='Group 58933' transform='translate(0 -12)' style='mix-blend-mode: darken;isolation: isolate'%3E%3Cg id='Group_27406' data-name='Group 27406'%3E%3Cpath id='Path_16134' data-name='Path 16134' d='M19065.234,7649.431h-52.5v-53.947Z' transform='translate(-18907.234 -7523.048)' fill='%23158825'/%3E%3Cpath id='Path_16135' data-name='Path 16135' d='M19065.234,7649.431h-52.5v-53.947Z' transform='translate(-18907.234 -7468.846)' fill='%23ba2b2b'/%3E%3Cpath id='Path_16141' data-name='Path 16141' d='M19065.072,7649.259h-52.328v-53.775Z' transform='translate(-19011.98 -7522.708)' fill='%2300530c'/%3E%3Cpath id='Path_16139' data-name='Path 16139' d='M19065.072,7649.259h-52.328v-53.775Z' transform='translate(-18959.652 -7468.845)' fill='%234dce5f'/%3E%3Cpath id='Path_16142' data-name='Path 16142' d='M19044.486,7628.1h-31.744v-32.62Z' transform='translate(-19012.742 -7447.778)' fill='%23b1b1b1'/%3E%3Cpath id='Subtraction_7' data-name='Subtraction 7' d='M0,0H0V56.755a28.183,28.183,0,0,0,11.043-2.23,28.289,28.289,0,0,0,9.021-6.081,28.327,28.327,0,0,0,6.082-9.02,28.467,28.467,0,0,0,0-22.093,28.326,28.326,0,0,0-6.082-9.02A28.287,28.287,0,0,0,11.043,2.23,28.191,28.191,0,0,0,0,0Z' transform='translate(54.539 68.755) rotate(180)' fill='%23e6e6e6' opacity='0.3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
@media (max-width: 1199.98px) {
  .number-wrap.large:after, .number-wrap.large:before {
    left: 31%;
  }
  .home-temple-health .left:after{
      height: 140px;
  }
}
@media (max-width: 991.98px) {
  .home-temple-health .left:after{
    display: none;
  }
}

@media (max-width: 767.98px) {
  .number-wrap.large:after, .number-wrap.large:before {
    left: 34%;
    display: none;
  }
}
.number-wrap.large:before {
  left: 70%;
}
@media (max-width: 767.98px) {
  .number-wrap.large:before {
    left: 74%;
    display: none;
  }
}

.home-temple-health .left{
    position: relative;
}

