.header { background-color: var(--TEMP-sas-default); color: white; display: flex; align-items: center; padding: 16px; justify-content: space-between; @media screen and (min-width: 768px) { padding: 20px 40px; } } .logo { height: auto; width: 90px; } .poweredBy { padding: 6px 16px; background-color: var(--Base-Surface-Primary-light-Normal); @media screen and (min-width: 768px) { padding: 8px 40px; } }