@charset "UTF-8"; * { margin: 0; padding: 0; } .page-header { display: flex; justify-content: center; align-items: center; background-color: black; height: 101px; } .logo-header { display: block; } .main-banner{ width: 100%; } .section-1 { max-width: 766px; margin: 0 auto; text-align: center; } .main-title { font-family: 'Inter', sans-serif; padding: 73px 0; } .main-title h2, .main-title h1 { text-transform: uppercase; } .main-title h1 { font-size: 48px; line-height: 58px; font-weight: 500; } .main-title h2 { font-size: 32px; line-height: 39px; font-weight: 400; } .main-title p{ margin-top: 28px; }