#hero {
  margin-top: 85px;
}
.overlap-group1-1 {
  margin-left: 0;
  height: auto;
  min-height: 50px;
  width:100%;
}
#hero-citta-index {
  width: 100%;
}

.piu_cliccate {
  margin-top: 0;
}

.row-2 {
  width: 100%;
  align-items: flex-start;
  background-color: var(--hidden);
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  margin-right: 1.0px;
  margin-top: 5px;
  position: relative;
}
.row-2 > div {
  align-items: flex-start;
  background-color: var(--hidden);
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  position: relative;
  width: 100%;
  padding-left: 15px;
}
#hero-citta-index > .row-2 > div {
  padding-left: 0;
}

.row-2 article {
  display: flex;
  background-color: var(--hidden);
  flex: 1;
  flex-grow: 1;
  position: relative;
}

.row-2 div {
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0;
  background-color: var(--hidden);
  color: var(--white);
  line-height: 22.5px;
  white-space: nowrap;
}

.altre-citta {
  line-height: 22.5px;
  margin-top: 12px;
  width: 100%;
  color: var(--white);
  font-weight: 400;
  white-space: nowrap;
}

.citta-index {
  margin-top: 0;
}
.annunci-home > h2 {
  font-size: var(--font-size-xxl);
  line-height: 23px;
}

.txt-home {
  background-color: var(--hidden);
  color: var(--white);
  font-weight: 400;
  line-height: 22.5px;
  margin: 20px 0;
  min-height: 199px;
  text-align: center;
  text-shadow: 0px 0px 10px #00000080;
  width: 100%;
}
.citta-list {
  column-count: 2;
}