.brands-section-container {
    overflow-x: auto;
    margin-right: 20px;
    margin-top: 60px;
  }
  
  .brands-section-container::-webkit-scrollbar {
    width: 0;
    background: transparent;
    height: 4px !important;
    width: 4px !important;
  }
  
  .brands-section-container::-webkit-scrollbar-thumb {
    background: #e5e5e5;
    height: 1px !important;
    width: 1px !important;
  }
  
@media screen and (max-width: 767px){
  section.top_section .banner_heading{
    padding-top: 24% !important;
  }
  .team_item{
    h5{
        min-height: 84px !important;
      }
  }
}

@media screen and (max-height: 668px) {
  section.top_section{
    height: 70vh;
  }
}

@media screen and (max-width: 420px) {
  .team_contain {
    .team_item {
      min-width: unset !important;
      
    }
  }
}
.team_contain {
  .team_item {
    h5 {
        small {
          padding: 0px !important;
        }
      }
  }
}