* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Inter', sans-serif; color: #000000; } .page-header { background: #000000; padding: 28px 0; justify-content: center; display: flex; } .top-banner { display: block; } .top-banner-image-desktop, .top-banner-image-mobile { width: 100%; } @media screen and (max-width: 414px) { .top-banner-image-desktop { display: none; } } @media screen and (min-width: 415px) { .top-banner-image-mobile { display: none; } }