
   #clientLogos span:last-child {
    padding: 1rem;
  }
  
  #clientLogos span {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    
    height: 5.5em;
    
    box-shadow: 0em 0.1em 0.3em 0.06em rgba(107, 104, 104, 0.2);
  }

  @media screen and (min-width: 390px) {
  
    #clientLogos {
      grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
    }
  }
