/* spacer that was inline */
.page-spacer {
  height: 15% !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;
}


.about-media {
  position: relative;
}
.about-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  object-fit: cover;
}
.about-overlay {
  position: absolute;
  inset: 0;
  border-radius: 6px;
  pointer-events: none;
  background: transparent;
}
.about-content h3 {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}
