.logo-banner{ display: grid; place-items: center; margin: 5em 0; } .logo-banner img{ object-fit: cover; width: 90vw; max-width: 900px; height: auto; } .logo-banner .moto{ text-align: center; width: 100%; margin-bottom: 2em; }