.mission-all{
  overflow: hidden !important;
}

.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal-width columns */
    gap: 10px; /* Adjust spacing between rows */
    max-width: 800px; /* Optional: Set a max-width for the grid */
    margin: 0 auto; /* Center the grid horizontally */
  }

  .image-left {
    grid-column: 1 / 2; /* Align the first image to the left */
    width: 100%;
    object-fit: cover;
  }

  .image-right {
    grid-column: 2 / 3; /* Align the second image to the right */
    width: 100%;
    object-fit: cover;
  }
  #quality{
    font-size: 20px !important;
  }
  .icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto; /* Centers the container */
    width: fit-content; /* Adjusts to fit the content size */
  }

  .icon {
    width: 100px; /* Desired width */
    height: 100px; /* Desired height */
  }
  .service-icon img{
    color: white !important;
  }
  .breadcrumb-area{
  }
  #bread-cramp{
    padding-top: 6rem ;
    padding-bottom: 0rem !important;

    
  }
  .our-mission{
    padding-top: 3rem !important;
  }
 
  .section-title{
   
    /* margin-top: 1.5rem; */
  }
  
 
  @media(max-width:700px){
    
    
    .inner-services-area{
      padding-top: 3rem;
    }
    .section-title{
     
      margin-top:0rem;
      
    }
    .section-title h2{
      font-size: 26px !important;
    }
    .our-mission{
      padding-bottom: 0rem !important;
    }
    #Mission-head h1{
      font-size: 21px !important;
    }
    #future-head h2{}
  }