.count-box i{
    font-size: 70px;
    color: #f1f1f1;
  
  }
  .count-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  
  .count-box p {
    font-size: 20px;
  }
  .count-box p a:hover{
    color: #f1f1f19b;
    text-decoration: underline;
  }
  .count-box{
    
  background: linear-gradient(90deg, #015397, #4791ff);
  }