.whyNeedTata__heading {
  font-family: Inter;
  font-size: 42px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: -0.47px;
  color: #333;
  width: 53%;
}

.whyNeedTata__para {
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #373737;
  margin-top: 15px;
  margin-bottom: 54px;
  width: 65%;
}

.whyNeedTata .number-card__bg {
  border-radius: 20px;
  background-color: #edf4fa;
  font-family: 'Inter';
  font-size: 42px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: -0.47px;
  text-align: center;
  color: #4197d3;
  padding: 15px 13px;
}

.whyNeedTata .number-card__bg {
  border-radius: 20px;
  background-color: #edf4fa;
  font-family: 'Inter';
  font-size: 42px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: -0.47px;
  text-align: center;
  color: #4197d3;
  padding: 15px 13px;
}

.display-flexMob {
  display: flex;
}

.display-flex__desk {
  display: flex;
}

@media screen and (max-width: 980px) {
  .whyNeedTata .number-card {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .whyNeedTata .number-card__list {
    display: flex;
    width: 100%;
    margin-bottom: 52px;
    align-items: flex-start;
  }

  .whyNeedTata__heading {
    font-size: 38px;
    width: 100%;
  }

  .display-flex__desk {
    display: contents;
  }
}

@media screen and (max-width: 767.99px) {
  .whyNeedTata__heading {
    font-size: 28px;
    width: 105%;
    line-height: 1.29;
  }

  .whyNeedTata__para {
    margin-bottom: 20px;
    font-size: 12px;
    width: 100%;
  }

  .whyNeedTata .number-card {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .whyNeedTata .number-card__list {
    width: 100%;
    margin-bottom: 20px;
  }

  .whyNeedTata .number-card__bg {
    font-size: 30px;
    padding: 14px 7px;
  }

  .whyNeedTata .number-card__p {
    margin-left: 18px;
    margin-right: 0;
    font-size: 12px;
  }

  .display-flex__mob {
    display: flex;
  }

  .display-flexMob {
    display: contents;
  }

  .display-flex__desk {
    display: inline;
  }

  .whyNeedTata__para {
    width: 100%;
  }
}

.container {
  max-width: 1366px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.page-container {
  padding: 0 84px;
}

.number-card ul{
  display: flex;
  flex-wrap: wrap;
}

.number-card ul li{
  display: flex;
  width: 32%;
  margin-bottom: 52px;
}

.number-card ul li p{
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #373737;
  margin-left: 34px;
  margin-right: 25px;
}
@media screen and (max-width: 767.98px){
  .page-container {
    padding: 0 20px;
    }

  .numberwithteaser h3{
    font-size: 28px;
    width: 105%;
    line-height: 1.29;
  }  
  
    .numberwithteaser .number-card ul{
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column;
    }
    
    .numberwithteaser .number-card ul li{
      display: flex;
      width: 100%;
      margin-bottom: 20px;
      align-items: flex-start;
    }
    .numberwithteaser .number-card ul li p{
      margin-left: 18px;
      margin-right: 0;
      font-size: 12px;
    }
    .number-card ul li p{
      font-size: 14px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #373737;
      margin-left: 34px;
      margin-right: 25px;
    }
}

@media screen and (max-width: 480px) {
   .numberwithteaser h3 {
    width: 76%;
   }
}