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