.company-stats {
  margin: 50px 0;
  text-align: center;
}
.stat-item{
  display: inline-block; margin: 0 50px;
}
.stat-number{
  font-size: 48px; font-weight: bold; color: #fff;
}
.stat-text{
  font-size: 18px; color: #fff;
}
.view-details-btn-box{
  text-align: center; margin: 50px 0;
}
.view-details-btn{
  display: inline-block; padding: 10px 30px; background-color: #fff; color: #74a9ff; font-size: 16px; font-weight: bold; text-decoration: none; border-radius: 5px;
}
