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