#cookies-bar {
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  background-color: white;
  bottom: 0;
  top: unset;
  width: 100%;
  color: black;
  z-index: 1000;
  padding: 40px;
  border-radius: 5px;
  font-size: 15px;
  box-shadow: 0 0 10px grey;
}
@media (max-width: 500px) {
  #cookies-bar {
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  #cookies-bar .col-content {
    text-align: left;
  }
}
#cookies-bar .title {
  margin: 0;
  text-align: left;
}
#cookies-bar .content {
  margin-top: 10px;
}
.soske-modal .modal-header {
  display: unset;
}
