/* spacer that was inline */
.page-spacer {
  height: 20% !important;
}

/* moved from inline <style> */
.section-text[dir="rtl"] {
  border-right: 3px solid #477CDB;
  border-left: none;
}
.section-text {
  padding-inline-start: 18px;
  text-align: start;
}
.section-gap-120 {
  margin-bottom: 0px !important;
}

/* was inline on <img> */
.city-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}
