.privacy-text { display: flex; flex-direction: column; width: 80%; h2 { text-align: left; padding-left: 20px; } p { max-width: 100% !important; } } @media screen and (max-width: 600px) { .privacy-text { width: 100%; } } .disclaimer { display: flex; flex-direction: column; font-size: 0.9em; align-items: center; margin-bottom: 20px; p { margin-bottom: 0px !important; } }