.hero-row-cz {
  position: relative;
}

#hero-slogan-cz {
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translateX(-50%);
  width: 70%;
  text-align: center;
  color: #ffffff;
  font-size: 20px;        /* menší */
  font-weight: 300;
  font-style: italic;     /* kurzíva */
  line-height: 1.4;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35); /* slabší stín */
  opacity: 0.85;          /* lehce méně výrazné */
  z-index: 9999;
  pointer-events: none;
}

@media (max-width: 768px) {
  #hero-slogan-cz {
    width: 92%;
    top: 78%;
    font-size: 12px;
    line-height: 1.25;
  }
}
.team-more-wrap {
  text-align: center;
  margin-top: 12px;
  width: 100%;
}

.team-more-btn {
  display: table;
  margin: -10px auto 0 auto;
  font-size: 15px;
  color: #1f3c88;
  text-decoration: none;
  border: 1px solid #1f3c88;
  padding: 6px 16px;
  border-radius: 2px;
  transition: 0.2s;
}
.team-more-btn,
.team-more-btn:visited {
  color: #1f3c88;
}

.team-more-btn:hover {
  background: #1f3c88;
  color: #fff;
}
@media (max-width: 768px) {
  .team-more-btn {
    margin: 8px auto 0 auto;
  }
}