.windowLogo_wrapper{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;row-gap:35px;text-align:center}.staticLogo{width:25%}.staticLogo img{width:65%}@media only screen and (max-width:600px){.windowLogo_wrapper{display:grid;gap:20px;grid-template-columns:repeat(2,1fr);padding:0 20px}.staticLogo,.staticLogo img{width:100%}}