.about-us-header{
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}
.value-container{
    background-color:'#F1F4F6'
}
.about_content h3{
    font-size: 24px;
  line-height: 135%;
  color: var(--primary-color);
}
.about-hero-section {
    position: relative;
    height: 300px;
    background-image: url("../images/contact-banner.jpg"); 
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mission-list {
    list-style-type: disc !important;
    padding-left: 20px !important;
  }
  
  .mission-list li {
    display: list-item !important;
  }

 
