* { 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; } .top-cards { display: grid; grid-template-columns: repeat(3, max-content); gap: 20px; justify-content: center; margin: 178px 0; } .top-card { display: flex; flex-direction: column; align-items: center; padding: 26px 26px 34px; background: #FFFFFF; box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23); } .top-card-img { display: block; margin-bottom: 26px; } .top-card-paragrafo{ max-width: 300px; text-align: center; font-size: 16px; line-height: 24px; } @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; } }