@charset "UTF-8"; .header__container { background-color: #234164; width: 100%; margin-bottom: 50px; display: flex; justify-content: center; padding: 1rem 12px; } .header-content { width: 100%; display: flex; justify-content: space-between; align-items: center; padding-left: 10px; padding-right: 10px; } .header-title__container > h1 { color: white; margin: 0px !important; font-size: 30px; } .p-4 { padding: 0px !important; } button { background-color: #31a3b5 !important; border: none !important; } button:hover { background-color: #298897 !important; } .progress-bar { background-color: #31a3b5 !important; } .card { margin-top: 40px; } @media screen and (max-width: 768px) { .header__container { padding-left: 20px; padding-right: 20px; } .header-content { margin-left: 0px; margin-right: 0px; } .header-title__container > h1{ font-size: 16px; } .header-logo__container > img { width: 80px; } } @media screen and (min-width: 1200px) { .header-content { max-width: 1320px; } }