*{ margin: 0; padding: 0; box-sizing: border-box; } body{ font-family: 'Inter', sans-serif; color: #000; } .page-header{ background-color: #000; display: flex; justify-content: center; padding: 28px 0 28px 0; } .page-header-logo{ display: block; } .main-banner{ display: block; width: 100%; } .top-infocard{ display: flex; align-items: center; justify-content: center; gap: 124px; padding: 80px 0 96px 0; } .top-infocard-text{ max-width: 766px; } .top-infocard-subtitle{ text-transform: uppercase; font-weight: 400; font-size: 32px; } .top-infocard-title{ margin-bottom: 24px; text-transform: uppercase; font-weight: 500; font-size: 48px; } .top-infocard-description{ font-weight: 400; font-size: 16px; line-height: 24px; } @media screen and (max-width: 414px){ .main-banner-desktop{ display: none; } } @media screen and (max-width: 992px){ .top-infocard{ flex-direction: column; gap: 68px; padding: 84px 26px 158px; } .top-infocard-subtitle{ font-size: 20px; } .top-infocard-title{ font-size: 28px; } .top-infocard-image{ width: 100%; max-width: 240px; } } @media screen and (min-width: 993px) and (max-width: 1280px){ .top-infocard-text{ max-width: 436px; } } @media screen and (min-width: 415px){ .main-banner-mobile{ display: none; } }