* { margin: 0%; padding: 0%; box-sizing: border-box; } body { font-family: 'Inter', sans-serif; color: #000000 } .page-header { display: flex; justify-content: center; padding: 28px 0; background: #000000 } .header-logo { display: block; } .main-banner { width: 100%; } .top-infocard { display: flex; width: 100%; flex-direction: column; align-items: center; text-align: center; } .top-infocard-text { max-width: 766px; } .top-infocard-subtitle { text-transform: uppercase; line-height: 39px; font-weight: 400; font-size: 32px; margin-top: 10px; margin-bottom: 5px; } .top-infocard-title { text-transform: uppercase; font-weight: 500; line-height: 58px; font-size: 48px; margin-bottom: 10px; } .top-infocard-discription { font-weight: 400; line-height: 24px; font-size: 16px; } .top-infocard-image { margin-top: 20px; } @media screen and (max-width:414px) { .main-banner-desktop { display: none; } } @media screen and (min-width:415px) { .main-banner-mobile { display: none;} }