.elementor-2826 .elementor-element.elementor-element-af46b77 > .elementor-container{max-width:900px;}:root{--page-title-display:none;}/* Start custom CSS for section, class: .elementor-element-fcd4f0a *//* Full-width background with left-aligned content */
.team-hero {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(135deg, #2d4a5e 0%, #3d6478 100%);
  height: 200px;
  display: flex;
  align-items: center;
  padding: 0;
  box-sizing: border-box;
  z-index: 1;
}

/* Container to match SRA site grid */
.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 64px;
  padding-right: 64px;
  width: 100%;
  text-align: left;
}

/* Title styling */
.team-hero h1 {
  color: #ffffff;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
}

/* Orange bar */
.hero-accent {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #ff6347;
  height: 6px;
  position: relative;
  z-index: 2;
}/* End custom CSS */