@charset "utf-8";
.logo-list {
	display: flex;
	justify-content:center;
	margin: 2rem 0;
	align-items: center;
}

    .logo-list li {
    	margin: 0 1rem;
    	    font-family: serif;
    	    font-weight: bold;
    	    white-space: nowrap;
    	    font-size: 1.25rem;
    	    color: hsl(180, 100%, 30%);
    }
 .logo-list img,
 .logo-list svg {
     max-height: 3rem;	
 }
 
 @media screen and (min-width:52.5em){
 .logo-list {
 	margin: 4rem 0;
 	}
 }