@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap'); *{ margin: 0; padding: 0; } html, body{ box-sizing: border-box; font-family: 'Inter', sans-serif; } .header{ background: black; display: flex; justify-content: center; padding: 28px 0; } .imgLogoM3{ display: block; } .main-banner{ width: 100%; } @media screen and (max-width: 414px) { .main-banner-desktop{ display: none; } } @media screen and (min-width: 415px) { .main-banner-mobile{ display: none; } }