.logo__container{display:grid;grid-template-columns:repeat(6,1fr)}.logo__container,.logo__warpper{width:100%;justify-content:center;align-items:center}.logo__warpper{display:flex;height:100%;background-color:#fff}@media screen and (max-width:912px){.logo__warpper{margin:0}}@media screen and (max-width:600px){.logo__container{grid-template-columns:repeat(3,1fr)}}