.kategorie-header-popis-container-mobile {
  display: none;
  background-color: #f8f8f8;
}

.kategorie-header-popis-middle-block-mobile {
  position: relative;
  min-height: 250px;
  background-size: cover;
  background-position: center;
}

.kategorie-header-popis-banner-overlay-mobile {
  position: absolute;
  inset: 0;
  background-color: rgba(20, 122, 153, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.kategorie-header-popis-banner-title-mobile {
  color: #fff;
  font-size: 1.3em;
  margin-bottom: 15px;
}

.kategorie-header-popis-banner-button-mobile {
  padding: 10px 22px;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.15);
}

.kategorie-header-popis-right-block-mobile {
  text-align: center;
  padding: 20px;
  background-color: #f2f2f2;
}

.kategorie-header-popis-contact-title-mobile,
.kategorie-header-popis-contact-phone-mobile,
.kategorie-header-popis-contact-email-mobile {
  color: #147a99;
}

.kategorie-header-popis-contact-phone-mobile,
.kategorie-header-popis-contact-email-mobile {
  display: block;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 6px;
}

.kategorie-header-popis-operator-image-mobile {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 10px 0;
}

@media (max-width: 768px) {
  .kategorie-header-popis-container-mobile {
    display: block;
  }
}
