*{ margin: 0; padding: 0; box-sizing: border-box; } body{ font-family: 'Inter', sans-serif; color: #000; } .header{ background-color: #000; display: flex; justify-content: center; padding: 29px 0px; } .banner-desktop{ width: 100%; } .banner-desktop-img{ width: 100%; display: block; } .top-infocard{ display: flex; }