.s-whight {
  height: 250px;
  width: 100%;
}

.custome-bg {
  background-color: #002655 !important;
}
.custome-bg2 {
  background-color: #009ebca6 !important;
}

.custome-client-wh {
  width: 220px !important;
  height: 85px !important;
  justify-content: center;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.ptb-50 {
  padding-top: 50px;
  /* padding-bottom: 190px;    */
}
.timeline-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.timeline-item {
    /* height: 200px; */
  background-color: #fff;
  color: #008000;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 10px;
  padding: 20px;
  text-align: center;
  flex: 1 0 21%; /* Adjust the width as needed */
  max-width: 200px;
}

.timeline-item h2 {
  font-size: 2em;
  margin: 0 0 10px;
}

.timeline-item p {
  font-size: 1em;
  margin: 0;
}
