.city-banner ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: auto;
  max-height: 140px;
  overflow: hidden;
}
.city-banner ul.show {
  max-height: none;
}

.city-banner li {
  flex: 1 0 10%; /* 20% szerokości dla każdego elementu */
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  zoom: 70%;
}

@media only screen and (max-width: 600px) {
  .city-banner li {
    flex: 1 0 20%; /* 20% szerokości dla każdego elementu */
  }
}

.city-banner a {
  text-decoration: none;
  color: #0074e0;
}

.city-banner a:hover {
  text-decoration: underline;
}

.produktyMiasta h1 {
  margin-bottom: 20px;
}

#produktyMiastaShow {
  margin-top: 20px;
  color: #0053a1;
  font-weight: 500;
  display: flex;
  cursor: pointer;
  width: 100%;
  justify-content: center;
}

.produktyMiastaShow_text {
  padding-right: 10px;
}

#produktyMiastaShow:hover .produktyMiastaShow_text{
  text-decoration: underline;
}

.produktyMiastaShow_chevron {
  color: #0053a1;
  font-weight: 700;
  transform: rotate(90deg);
  font-size: 24px;
}

.dNone {
  display: none !important;
}
.produktyMiasta .produktyMiasta_opis p {
  font-size: 18px;
  line-height: 1.5rem;
  letter-spacing: 0.2px;
}

.listaMiastaTitle {
  color: #0074e0;
  padding-left: 50px;
  position: relative;
}

.listaMiastaTitle::before {
  left: 0;
  top: 40%;
  background-color: #0074e0;
  content: "";
  position: absolute;
  width: 35px;
  height: 3px;
  display: block;
}

.produktyMiasta h1{
    color:#0074e0;
}