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