.banner-section {
  height: 450px;
}

@media (max-width: 550px) {
  ul.timelineul li {
    list-style-type: none;
    margin: 4px 0;
    font-size: 16px;
    color: var(--black);
    padding: 0;
  }

  .timeline-content::before {
    display: none;
  }

  .container-main {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }

  .banner-section {
    height: max-content;

  }

  a.nav-link.aboutNav {
    border: 1px solid var(--mainColor);
  }

  .container-fluid.hero-banner {
    display: flex;
    align-items: center;
    min-height: 380px;
  }

  .mob-380 {
    display: flex;
    align-items: center;
    min-height: 380px;
  }

  .stat-card {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    border: 1px solid var(--mainColor);
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
  }
}


/* laptop screen  */
/* Responsive Adjustments */
@media (max-width: 991px) {
  .timeline-line {
    left: 20px;
  }
.policy-card {
    padding: 14px;
    text-align: left;
    border-radius: 0;
}
  .timeline-content::before {
    display: none;
  }
  .final-policy-statement {
    background-color: transparent;
    border-radius: 0;
    padding: 15px;
    margin-top: 8px;
    text-align: center;
    box-shadow: 0 0 0;
    font-size: 14px;
    line-height: 1.7;
}

  ul.timelineul li {
    list-style-type: none;
    margin: 8px 0;
    font-size: 18px;
    color: var(--black);
  }

  .banner-section {
    min-height: 200px;
    display: flex;
    height: 200px;
    align-items: center;
  }

  .timeline-item {
    width: 90%;
    margin-left: 10%;
    margin-right: 0;
  }

  .timeline-item:nth-child(even) {
    margin-left: 10%;
  }

  .timeline-content::before {
    left: -6px;
  }

  .timeline-item:nth-child(even) .timeline-content::before {
    right: -6px;
  }

  .timeline-year {
    font-size: 1.3rem;
  }

  .timeline-text {
    font-size: 0.9rem;
  }
}

/* tablet screen  */

@media (max-width: 767px) {
  .timeline-year {
    font-size: 1.2rem;
  }

  .timeline-text {
    font-size: 0.85rem;
  }

}