*{ padding: 0; margin: 0; box-sizing: border-box; } body{ font-family: 'Inter', sans-serif } .page-header{ display: flex; justify-content: center; padding: 29px 0; background-color: #000000; } .banner-principal{ width: 100%; } .banner-principal-mobile{ display: none; } .text-infocard{ display: flex; flex-direction: column; padding: 73px 0; align-items: center; text-align: center; } .text-subtitle{ font-weight: 400; font-size: 32px; line-height: 39px; text-transform: uppercase; } .text-title{ font-weight: 500; font-size: 48px; line-height: 58px; margin-bottom: 20px; text-transform: uppercase; } .text-description{ font-weight: 400; font-size: 16px; line-height: 24px; width: 38%; } @media screen and (max-width: 414px){ .banner-principal-desktop{ display: none; } .banner-principal-mobile{ display: unset; } } @media screen and (max-width: 768px){ .text-subtitle{ font-size: 20px; line-height: 24px; } .text-title{ font-size: 28px; line-height: 34px; } .text-description{ width: 100%; } }