* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Inter', sans-serif; color:#000000; } .page-header { display: flex; justify-content: center; padding: 15px 0; background: #000000; } .header-logo { display: block; } .main-banner { width: 100%; padding-bottom: 73px; } .top-infocard { display: flex; flex-direction: column; align-items: center; justify-content: center; padding-bottom: 73px; } .top-infocard-text { text-align: center; max-width: 766px ; font-weight: 400; ; } .top-infocard-subtitle { font-size: 32px; text-transform: uppercase; } .top-infocard-title { margin-bottom: 28px; font-weight: 500; font-size: 48px; text-transform: uppercase; } .top-infocard-desc { text-align: justify; font-size: 16px; line-height: 24px; font-weight: 400; padding-bottom: 73px; } .banner-top { align-content: center; } /*-----------Breakpoints-----------*/ @media screen and (max-width: 525px) { .main-banner-desktop { display: none; } } @media screen and (min-width: 526px) { .main-banner-mobile { display: none; } } @media screen and (max-width: 768px) { .top-infocard-subtitle { font-size: 20px; padding-bottom: 1px; } .top-infocard-title { font-size: 28px; line-height: 34px; } .top-infocard-desc { text-align: center; padding-left: 28px; padding-right: 29px; padding-bottom: 65px; }