@media screen and (max-width: 720px) {
  .global-cookie-notification {
    height: auto !important;
    padding: 10px 10px !important;
  }
  .global-cookie-notification p {
    width: calc(80% - 60px) !important;
  }
}