#privacy-popup { position: fixed; bottom: 0; left: 0; width: 56%; background-image: linear-gradient(to right, #ff7e5f, #feb47b); color: #fff; padding: 20px; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; z-index: 9999; } #privacy-popup .button-container { margin-top: 10px; } #privacy-popup button { background-color: #004e92; color: #fff; border: none; padding: 10px 20px; cursor: pointer; } @media (min-width: 768px) { #privacy-popup { flex-direction: row; justify-content: space-between; align-items: center; } }