.sl-gdpr-box {
  font-family: 'Arial', sans-serif;
  /* background: #3c5954; */
  background: url('map-placeholder.jpeg');
  background-size: cover;
  color: #FFF;
  padding: 35px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sl-gdpr-box a {
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  background: #3c5954;
  padding: 10px 20px;
  margin-top: 30px;
}