:root {
    --primary-color: black;
    --secondary-color: #ECEEEF;
    --third-color: ;
}

* {
    font-family: Sans-serif !important;
    text-align: justify;
  
}
.intro-head{
    font-size: 50px;
    font-weight: 500;
    text-align: center;
}
.intro-sehead{
    font-weight: 600;
    color: #EA0B0B;
}
.tex-para{
    color: #686868;
    font-family: Montserrat !important;
    line-height: 35px;
    font-size: 20px;
    font-weight: 400;
}
.animate-number{
    background-color: #F5F5F5;
 }
 .ani-num{
 text-align: center;
 color: #EA0B0B;
 font-weight: 700;
 font-size: 70px !important;
 }
 .ani-tex{
   color: black;
   text-align: center;
   font-weight: bold;
   font-size: 20px;
 }

 @media (max-width: 768px) {
    .intro-head{
        font-size: 28px;
        font-weight: 500;
        text-align: center;
    }
    .ani-num{
        text-align: center;
        color: #EA0B0B;
        font-weight: 700;
        font-size: 40px !important;
        }
        .ani-tex{
          color: black;
          text-align: center;
          font-weight: bold;
          font-size: 14px;
        }
  }
  