
.parent {
    display: flex;
    padding: 10px;
    margin: 5px 0;
    width: 100%;
   }
   
   
   .content-wrapper {
    display: flex;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
   }
   
   .content-wrapper div {
    color:#000;
    width: 250px;
    
  
   }
   .magic-wrapper {
    height: 400px;
    overflow-y: hidden;
    width: 100%;
   }
   .content-wrapper div img{
    width:200px;
    height:200px;
    border:2px solid gray;
  }
  .content-wrapper div span{
    display: flex;
    font-weight: bold;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
   }
 

   ::-webkit-scrollbar {
      width: 100%;
      background: transparent;
  }

    .our-team{
     margin-top: 45px;
     color: #09574a;
    }
    .heading p{
      color: black;
      font-size: large;
      
    }
 
    @media screen and (max-width:426px){
      .content-wrapper div img{
        width:200px;
        height:200px;
        border:2px solid gray;
      }
    }