 /* stats section */
 .stats-section {
    padding: 60px 20px;
    background-color: #fff;
  }
  
  .stats-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .stat-item {
    flex: 1 1 18%;
    text-align: center;
    min-width: 150px;
  }
  
  .stat-item img {
    width: 50px;
    margin-bottom: 10px;
  }
  
  .stat-item h2 {
    font-size: 32px;
    font-weight: bold;
    color: #099aa2;
    margin: 0;
  }
  
  .stat-item p {
    font-size: 14px;
    color: #333;
    margin-top: 6px;
  }
/*  */
.slider-container > div{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 50px;
}

.slider-container > div > div{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.slider-container div div img{
    width: 10%;
}

.slider-container div div p{
    margin-left: 50px;
}

.highlight{
    font-size: larger;
}