/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */


 .team__members{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    justify-content: center;
 }
 .team__members >div{
    
 }

 @media (max-width: 991px) {
    .team__members{
       gap: 0 0;
    }
  }