.logo__container{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1.5rem;align-items:center;justify-items:center}.logo__image{padding:0 20px}.logo__image img{height:auto;max-width:100%}@media screen and (max-width:1024px){.logo__container{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1rem;justify-items:center}}@media screen and (max-width:767px){.logo__container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;justify-items:center}}