.counter-section {
  background-color: #007bff; /* Adjust the color as per your design */
  padding: 20px 0;
  margin: 50px 20px;
}

.counter-box {
  text-align: center;
  color: #fff;
  margin-bottom: 30px; /* Adds spacing between boxes on smaller screens */
}

.counter-icon i {
  font-size: 50px;
  margin-bottom: 10px;
  color: #FBA504; /* Adjust the color as needed */
}

.counter {
  font-size: 48px;
  font-weight: bold;
}

.counter-box p {
  font-size: 18px;
}


.team-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.team-img img {
    height: 250px; /* Adjust the height as needed */
    object-fit: cover;
    width: 100%;
}

.bg-secondary {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
