.pob-page {
  padding-top: 2em;
}
.pob-page h1 {
  font-size: 2em;
}
.pob-page section {
  height: auto;
  margin: 2em auto;
}
.pob-page section.altbg {
  padding-top: 30px;
}
.pob-page.old .programy > .button {
  display: none;
}
.pob-big-text > .button, .pob-big-text > .pob-reserve > .button {
  display: inline-block;
  padding: .25em 1.75em;
  color: white;
  background-color: #009FE3;
  text-transform: uppercase;
  font-weight: bold;
}
.pravidla-rezervace {
  display: inline-block;
  margin-right: 1.5em;
}
.gdpr-na-pobocce {
  display: inline-block;
}
.pob-info {
  margin-bottom: 0;
}
.pob-rules {
  clear: both;
}
.pob-info dt {
  display: none;
}
.pob-info dd {
  margin-bottom: 1.5em;
}
.pob-phone, .pob-mail {
  display: inline-block;
  padding-left: 2em;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
}
.pob-phone {
  background-image: url("../img/phone_i.svg");
  margin-right: 2em;
}
.pob-mail {
  background-image: url("../img/mail_i.svg");
}

@media (max-width: 750px) {
  .pob-contact {
    padding: 0 .75em;
  }
}
