* { margin: 0; padding: 0; box-sizing: border-box; } .page-header { display: flex; justify-content: center; padding: 28px 0; background: #000000; } .header-logo { display: block; } .main-banner { width: 100%; } .top-infocard { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 80px 0 96px; } .top-infocard-text { max-width: 766px; text-align: center; margin: 0 0 66px; } .top-infocard-subtitulo { text-transform: uppercase; font-weight: 400; font-size: 32px; } .top-infocard-titulo { margin-bottom: 28px; text-transform: uppercase; font-size: 48px; font-weight: 500; } .top-infocard-paragrafo { font-size: 16px; line-height: 24px; text-align: left; } .top-infocard-img { margin-top: 72px } @media screen and (max-width: 1023px) { /* Ate 1023 banner desktop nao aparece */ .main-banner-desktop { display: none; } } @media screen and (min-width: 1024px) { /* Acima de 1024 banner mobile nao aparece */ .main-banner-mobile { display: none; } } @media screen and (max-width: 1023px) { .top-infocard-subtitulo{ font-size: 20px; } .top-infocard-titulo{ font-size: 28px; } .top-infocard-paragrafo{ font-size: 16px; line-height: 24px; text-align: center; padding: 0 30px; } }