.elementor-1925 .elementor-element.elementor-element-7d53472f{--display:flex;}/* Start custom CSS *//* Mar Vista geo hero — H1 aligned to match Elementor body text column */
.wos-geo-hero-marvista {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background-color: #f5f2ee;
}
.wos-geo-hero-marvista .wos-geo-hero-img-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
  height: 100%;
  overflow: clip;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(245,242,238,0.05) 20%, #f5f2ee 100%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(245,242,238,0.05) 20%, #f5f2ee 100%);
  z-index: 1;
}
.wos-geo-hero-marvista .wos-geo-hero-img {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.6;
}
.wos-geo-hero-marvista .wos-geo-hero-text {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1300px;
  padding: 48px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.wos-geo-hero-marvista .wos-geo-hero-text h1 {
  margin: 0;
  font-size: 38px;
  line-height: 1.2;
  color: #8f7f71;
  font-weight: 700;
  max-width: 520px;
}
@media (max-width: 767px) {
  .wos-geo-hero-marvista { height: auto; min-height: 160px; }
  .wos-geo-hero-marvista .wos-geo-hero-img-wrap { width: 100%; }
  .wos-geo-hero-marvista .wos-geo-hero-text { padding: 32px 20px; }
  .wos-geo-hero-marvista .wos-geo-hero-text h1 { font-size: 26px; }
}/* End custom CSS */